Html Css Color HEX #FF4472 Wild Watermelon

📋 copy color: '#FF4472'

red 255 ◦ green 68 ◦ blue 114

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

Shades of Wild Watermelon #FF4472

Tints of Wild Watermelon #FF4472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.56%

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

R = 58.35%
G = 15.56%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF4472 (or 0xFF4472) is known color: Wild Watermelon. HEX triplet: FF, 44 and 72. RGB value is (255,68,114). Sum of RGB (Red+Green+Blue) = 255+68+114=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4472 is #00BB8D. Grayscale: #818181. Windows color (decimal): -48014 or 7488767. OLE color: 7488767.

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

Color convert

RGB 255 68 114 -
CMYK 0 0.73 0.55 0
HSL 345.24º 1% 0.63% -
HSV(B) 345.24º 0.73% 1% -
XYZ 46.34 26.61 18.61 -
YUV 129.16 119.45 217.76 -
System Red Green Blue C M Y K H S L
Decimal 255 68 114 0 0.73 0.55 0 345.24 1 0.63
Hex FF 44 72 0 49 37 0 159 64 3F
Octal 377 104 162 0 111 67 0 531 144 77
Binary 11111111 1000100 1110010 0 1001001 110111 0 101011001 1100100 111111

Color Harmonies of #FF4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4472

Black with #FF4472

Text Example


Text Example

White with #FF4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4472; }

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

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

background-color css

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

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

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

border-color css

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

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

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