Html Css Color HEX #FF6270 Wild Watermelon

📋 copy color: '#FF6270'

red 255 ◦ green 98 ◦ blue 112

#FF6270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FF6270

Tints of Wild Watermelon #FF6270

RGB

 RED value IS 255 (100% from 255) = 54.84%

 GREEN value IS 98 (38.67% from 255) = 21.08%

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 54.84%
G = 21.08%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF6270 (or 0xFF6270) is known color: Wild Watermelon. HEX triplet: FF, 62 and 70. RGB value is (255,98,112). Sum of RGB (Red+Green+Blue) = 255+98+112=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6270 is #009D8F. Grayscale: #929292. Windows color (decimal): -40336 or 7365375. OLE color: 7365375.

HSL color Cylindrical-coordinate representation of color #FF6270: hue angle of 354.65º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6270 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 98 112 -
CMYK 0 0.62 0.56 0
HSL 354.65º 1% 0.69% -
HSV(B) 354.65º 0.62% 1% -
XYZ 48.53 31.17 18.79 -
YUV 146.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 255 98 112 0 0.62 0.56 0 354.65 1 0.69
Hex FF 62 70 0 3E 38 0 163 64 45
Octal 377 142 160 0 76 70 0 543 144 105
Binary 11111111 1100010 1110000 0 111110 111000 0 101100011 1100100 1000101

Color Harmonies of #FF6270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6270

Black with #FF6270

Text Example


Text Example

White with #FF6270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6270; }

 p { color: rgb(255,98,112); }

 H1.HeaderClassName
 {
   color: #FF6270;
 }
 .AnyTagClassName
 {
   color: #FF6270;
 }
</style>

background-color css

<style>
 a { background-color: #FF6270; }

 a { background-color: rgb(255,98,112); }

 div.DivClassName
 {
   background-color: #FF6270;
 }
 .BgClassName
 {
   background-color: #FF6270;
 }
</style>

border-color css

<style>
 span { border-color: #FF6270; }

 span { border-color: rgb(255,98,112); }

 td.TdClassName
 {
   border-color: #FF6270;
 }
 .TagClassName
 {
   border-color: #FF6270;
 }
</style>