Html Css Color HEX #FF6472 Wild Watermelon

📋 copy color: '#FF6472'

red 255 ◦ green 100 ◦ blue 114

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

Shades of Wild Watermelon #FF6472

Tints of Wild Watermelon #FF6472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 54.37%
G = 21.32%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF6472 (or 0xFF6472) is known color: Wild Watermelon. HEX triplet: FF, 64 and 72. RGB value is (255,100,114). Sum of RGB (Red+Green+Blue) = 255+100+114=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6472 is #009B8D. Grayscale: #949494. Windows color (decimal): -39822 or 7496959. OLE color: 7496959.

HSL color Cylindrical-coordinate representation of color #FF6472: hue angle of 354.58º 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 #FF6472 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 100 114 -
CMYK 0 0.61 0.55 0
HSL 354.58º 1% 0.7% -
HSV(B) 354.58º 0.61% 1% -
XYZ 48.83 31.59 19.44 -
YUV 147.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 255 100 114 0 0.61 0.55 0 354.58 1 0.7
Hex FF 64 72 0 3D 37 0 163 64 46
Octal 377 144 162 0 75 67 0 543 144 106
Binary 11111111 1100100 1110010 0 111101 110111 0 101100011 1100100 1000110

Color Harmonies of #FF6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6472

Black with #FF6472

Text Example


Text Example

White with #FF6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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