Html Css Color HEX #FF6470 Wild Watermelon

📋 copy color: '#FF6470'

red 255 ◦ green 100 ◦ blue 112

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

Shades of Wild Watermelon #FF6470

Tints of Wild Watermelon #FF6470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.41%

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

R = 54.6%
G = 21.41%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF6470 (or 0xFF6470) is known color: Wild Watermelon. HEX triplet: FF, 64 and 70. RGB value is (255,100,112). Sum of RGB (Red+Green+Blue) = 255+100+112=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6470 is #009B8F. Grayscale: #939393. Windows color (decimal): -39824 or 7365887. OLE color: 7365887.

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

Color convert

RGB 255 100 112 -
CMYK 0 0.61 0.56 0
HSL 355.35º 1% 0.7% -
HSV(B) 355.35º 0.61% 1% -
XYZ 48.72 31.54 18.85 -
YUV 147.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 255 100 112 0 0.61 0.56 0 355.35 1 0.7
Hex FF 64 70 0 3D 38 0 163 64 46
Octal 377 144 160 0 75 70 0 543 144 106
Binary 11111111 1100100 1110000 0 111101 111000 0 101100011 1100100 1000110

Color Harmonies of #FF6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6470

Black with #FF6470

Text Example


Text Example

White with #FF6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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