Html Css Color HEX #FB6970 Wild Watermelon

📋 copy color: '#FB6970'

red 251 ◦ green 105 ◦ blue 112

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

Shades of Wild Watermelon #FB6970

Tints of Wild Watermelon #FB6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.44%

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

R = 53.63%
G = 22.44%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB6970 (or 0xFB6970) is known color: Wild Watermelon. HEX triplet: FB, 69 and 70. RGB value is (251,105,112). Sum of RGB (Red+Green+Blue) = 251+105+112=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6970 is #04968F. Grayscale: #959595. Windows color (decimal): -300688 or 7367163. OLE color: 7367163.

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

Color convert

RGB 251 105 112 -
CMYK 0 0.58 0.55 0.02
HSL 357.12º 0.95% 0.7% -
HSV(B) 357.12º 0.58% 0.98% -
XYZ 47.76 31.78 18.95 -
YUV 149.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 251 105 112 0 0.58 0.55 0.02 357.12 0.95 0.7
Hex FB 69 70 0 3A 37 2 165 5F 46
Octal 373 151 160 0 72 67 2 545 137 106
Binary 11111011 1101001 1110000 0 111010 110111 10 101100101 1011111 1000110

Color Harmonies of #FB6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6970

Black with #FB6970

Text Example


Text Example

White with #FB6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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