Html Css Color HEX #FB6472 Wild Watermelon

📋 copy color: '#FB6472'

red 251 ◦ green 100 ◦ blue 114

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

Shades of Wild Watermelon #FB6472

Tints of Wild Watermelon #FB6472

RGB

 RED value IS 251 (98.44% from 255) = 53.98%

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

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

R = 53.98%
G = 21.51%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB6472 (or 0xFB6472) is known color: Wild Watermelon. HEX triplet: FB, 64 and 72. RGB value is (251,100,114). Sum of RGB (Red+Green+Blue) = 251+100+114=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6472 is #049B8D. Grayscale: #929292. Windows color (decimal): -301966 or 7496955. OLE color: 7496955.

HSL color Cylindrical-coordinate representation of color #FB6472: hue angle of 354.44º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB6472 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 100 114 -
CMYK 0 0.60 0.55 0.02
HSL 354.44º 0.95% 0.69% -
HSV(B) 354.44º 0.6% 0.98% -
XYZ 47.38 30.84 19.37 -
YUV 146.75 109.53 202.36 -
System Red Green Blue C M Y K H S L
Decimal 251 100 114 0 0.60 0.55 0.02 354.44 0.95 0.69
Hex FB 64 72 0 3C 37 2 162 5F 45
Octal 373 144 162 0 74 67 2 542 137 105
Binary 11111011 1100100 1110010 0 111100 110111 10 101100010 1011111 1000101

Color Harmonies of #FB6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6472

Black with #FB6472

Text Example


Text Example

White with #FB6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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