Html Css Color HEX #FF4772 Wild Watermelon

📋 copy color: '#FF4772'

red 255 ◦ green 71 ◦ blue 114

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

Shades of Wild Watermelon #FF4772

Tints of Wild Watermelon #FF4772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.14%

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

R = 57.95%
G = 16.14%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF4772 (or 0xFF4772) is known color: Wild Watermelon. HEX triplet: FF, 47 and 72. RGB value is (255,71,114). Sum of RGB (Red+Green+Blue) = 255+71+114=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4772 is #00B88D. Grayscale: #828282. Windows color (decimal): -47246 or 7489535. OLE color: 7489535.

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

Color convert

RGB 255 71 114 -
CMYK 0 0.72 0.55 0
HSL 345.98º 1% 0.64% -
HSV(B) 345.98º 0.72% 1% -
XYZ 46.53 26.98 18.68 -
YUV 130.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 255 71 114 0 0.72 0.55 0 345.98 1 0.64
Hex FF 47 72 0 48 37 0 15A 64 40
Octal 377 107 162 0 110 67 0 532 144 100
Binary 11111111 1000111 1110010 0 1001000 110111 0 101011010 1100100 1000000

Color Harmonies of #FF4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4772

Black with #FF4772

Text Example


Text Example

White with #FF4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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