Html Css Color HEX #FB5970 Wild Watermelon

📋 copy color: '#FB5970'

red 251 ◦ green 89 ◦ blue 112

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

Shades of Wild Watermelon #FB5970

Tints of Wild Watermelon #FB5970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.69%

 BLUE value IS 112 (44.14% from 255) = 24.78%

R = 55.53%
G = 19.69%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB5970 (or 0xFB5970) is known color: Wild Watermelon. HEX triplet: FB, 59 and 70. RGB value is (251,89,112). Sum of RGB (Red+Green+Blue) = 251+89+112=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5970 is #04A68F. Grayscale: #8C8C8C. Windows color (decimal): -304784 or 7363067. OLE color: 7363067.

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

Color convert

RGB 251 89 112 -
CMYK 0 0.65 0.55 0.02
HSL 351.48º 0.95% 0.67% -
HSV(B) 351.48º 0.65% 0.98% -
XYZ 46.28 28.82 18.45 -
YUV 140.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 251 89 112 0 0.65 0.55 0.02 351.48 0.95 0.67
Hex FB 59 70 0 41 37 2 15F 5F 43
Octal 373 131 160 0 101 67 2 537 137 103
Binary 11111011 1011001 1110000 0 1000001 110111 10 101011111 1011111 1000011

Color Harmonies of #FB5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5970

Black with #FB5970

Text Example


Text Example

White with #FB5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5970; }

 p { color: rgb(251,89,112); }

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

background-color css

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

 a { background-color: rgb(251,89,112); }

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

border-color css

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

 span { border-color: rgb(251,89,112); }

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