Html Css Color HEX #FB5073 Wild Watermelon

📋 copy color: '#FB5073'

red 251 ◦ green 80 ◦ blue 115

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

Shades of Wild Watermelon #FB5073

Tints of Wild Watermelon #FB5073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

 BLUE value IS 115 (45.31% from 255) = 25.78%

R = 56.28%
G = 17.94%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB5073 (or 0xFB5073) is known color: Wild Watermelon. HEX triplet: FB, 50 and 73. RGB value is (251,80,115). Sum of RGB (Red+Green+Blue) = 251+80+115=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5073 is #04AF8C. Grayscale: #878787. Windows color (decimal): -307085 or 7557371. OLE color: 7557371.

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

Color convert

RGB 251 80 115 -
CMYK 0 0.68 0.54 0.02
HSL 347.72º 0.96% 0.65% -
HSV(B) 347.72º 0.68% 0.98% -
XYZ 45.75 27.48 19.11 -
YUV 135.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 251 80 115 0 0.68 0.54 0.02 347.72 0.96 0.65
Hex FB 50 73 0 44 36 2 15C 60 41
Octal 373 120 163 0 104 66 2 534 140 101
Binary 11111011 1010000 1110011 0 1000100 110110 10 101011100 1100000 1000001

Color Harmonies of #FB5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5073

Black with #FB5073

Text Example


Text Example

White with #FB5073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5073; }

 p { color: rgb(251,80,115); }

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

background-color css

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

 a { background-color: rgb(251,80,115); }

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

border-color css

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

 span { border-color: rgb(251,80,115); }

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