Html Css Color HEX #FB4474 Wild Watermelon

📋 copy color: '#FB4474'

red 251 ◦ green 68 ◦ blue 116

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

Shades of Wild Watermelon #FB4474

Tints of Wild Watermelon #FB4474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.63%

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 57.7%
G = 15.63%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB4474 (or 0xFB4474) is known color: Wild Watermelon. HEX triplet: FB, 44 and 74. RGB value is (251,68,116). Sum of RGB (Red+Green+Blue) = 251+68+116=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4474 is #04BB8B. Grayscale: #808080. Windows color (decimal): -310156 or 7619835. OLE color: 7619835.

HSL color Cylindrical-coordinate representation of color #FB4474: hue angle of 344.26º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4474 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 68 116 -
CMYK 0 0.73 0.54 0.02
HSL 344.26º 0.96% 0.63% -
HSV(B) 344.26º 0.73% 0.98% -
XYZ 45 25.9 19.15 -
YUV 128.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 251 68 116 0 0.73 0.54 0.02 344.26 0.96 0.63
Hex FB 44 74 0 49 36 2 158 60 3F
Octal 373 104 164 0 111 66 2 530 140 77
Binary 11111011 1000100 1110100 0 1001001 110110 10 101011000 1100000 111111

Color Harmonies of #FB4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4474

Black with #FB4474

Text Example


Text Example

White with #FB4474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4474; }

 p { color: rgb(251,68,116); }

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

background-color css

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

 a { background-color: rgb(251,68,116); }

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

border-color css

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

 span { border-color: rgb(251,68,116); }

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