Html Css Color HEX #FB6072 Wild Watermelon

📋 copy color: '#FB6072'

red 251 ◦ green 96 ◦ blue 114

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

Shades of Wild Watermelon #FB6072

Tints of Wild Watermelon #FB6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.82%

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

R = 54.45%
G = 20.82%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB6072 (or 0xFB6072) is known color: Wild Watermelon. HEX triplet: FB, 60 and 72. RGB value is (251,96,114). Sum of RGB (Red+Green+Blue) = 251+96+114=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6072 is #049F8D. Grayscale: #909090. Windows color (decimal): -302990 or 7495931. OLE color: 7495931.

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

Color convert

RGB 251 96 114 -
CMYK 0 0.62 0.55 0.02
HSL 353.03º 0.95% 0.68% -
HSV(B) 353.03º 0.62% 0.98% -
XYZ 47 30.09 19.25 -
YUV 144.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 251 96 114 0 0.62 0.55 0.02 353.03 0.95 0.68
Hex FB 60 72 0 3E 37 2 161 5F 44
Octal 373 140 162 0 76 67 2 541 137 104
Binary 11111011 1100000 1110010 0 111110 110111 10 101100001 1011111 1000100

Color Harmonies of #FB6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6072

Black with #FB6072

Text Example


Text Example

White with #FB6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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