Html Css Color HEX #FB6370 Wild Watermelon

📋 copy color: '#FB6370'

red 251 ◦ green 99 ◦ blue 112

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

Shades of Wild Watermelon #FB6370

Tints of Wild Watermelon #FB6370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.43%

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

R = 54.33%
G = 21.43%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB6370 (or 0xFB6370) is known color: Wild Watermelon. HEX triplet: FB, 63 and 70. RGB value is (251,99,112). Sum of RGB (Red+Green+Blue) = 251+99+112=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6370 is #049C8F. Grayscale: #929292. Windows color (decimal): -302224 or 7365627. OLE color: 7365627.

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

Color convert

RGB 251 99 112 -
CMYK 0 0.61 0.55 0.02
HSL 354.87º 0.95% 0.69% -
HSV(B) 354.87º 0.61% 0.98% -
XYZ 47.17 30.6 18.75 -
YUV 145.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 251 99 112 0 0.61 0.55 0.02 354.87 0.95 0.69
Hex FB 63 70 0 3D 37 2 163 5F 45
Octal 373 143 160 0 75 67 2 543 137 105
Binary 11111011 1100011 1110000 0 111101 110111 10 101100011 1011111 1000101

Color Harmonies of #FB6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6370

Black with #FB6370

Text Example


Text Example

White with #FB6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6370; }

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

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

background-color css

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

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

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

border-color css

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

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

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