Html Css Color HEX #FB6470 Wild Watermelon

📋 copy color: '#FB6470'

red 251 ◦ green 100 ◦ blue 112

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

Shades of Wild Watermelon #FB6470

Tints of Wild Watermelon #FB6470

RGB

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

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

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

R = 54.21%
G = 21.6%
B = 24.19%

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

#FB6470 (or 0xFB6470) is known color: Wild Watermelon. HEX triplet: FB, 64 and 70. RGB value is (251,100,112). Sum of RGB (Red+Green+Blue) = 251+100+112=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6470 is #049B8F. Grayscale: #929292. Windows color (decimal): -301968 or 7365883. OLE color: 7365883.

HSL color Cylindrical-coordinate representation of color #FB6470: hue angle of 355.23º 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 #FB6470 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 100 112 -
CMYK 0 0.60 0.55 0.02
HSL 355.23º 0.95% 0.69% -
HSV(B) 355.23º 0.6% 0.98% -
XYZ 47.27 30.79 18.78 -
YUV 146.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 251 100 112 0 0.60 0.55 0.02 355.23 0.95 0.69
Hex FB 64 70 0 3C 37 2 163 5F 45
Octal 373 144 160 0 74 67 2 543 137 105
Binary 11111011 1100100 1110000 0 111100 110111 10 101100011 1011111 1000101

Color Harmonies of #FB6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6470

Black with #FB6470

Text Example


Text Example

White with #FB6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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