Html Css Color HEX #FB505F Wild Watermelon

📋 copy color: '#FB505F'

red 251 ◦ green 80 ◦ blue 95

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

Shades of Wild Watermelon #FB505F

Tints of Wild Watermelon #FB505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.3%

R = 58.92%
G = 18.78%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB505F (or 0xFB505F) is known color: Wild Watermelon. HEX triplet: FB, 50 and 5F. RGB value is (251,80,95). Sum of RGB (Red+Green+Blue) = 251+80+95=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB505F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB505F is #04AFA0. Grayscale: #848484. Windows color (decimal): -307105 or 6246651. OLE color: 6246651.

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

Color convert

RGB 251 80 95 -
CMYK 0 0.68 0.62 0.02
HSL 354.74º 0.96% 0.65% -
HSV(B) 354.74º 0.68% 0.98% -
XYZ 44.72 27.07 13.7 -
YUV 132.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 251 80 95 0 0.68 0.62 0.02 354.74 0.96 0.65
Hex FB 50 5F 0 44 3E 2 163 60 41
Octal 373 120 137 0 104 76 2 543 140 101
Binary 11111011 1010000 1011111 0 1000100 111110 10 101100011 1100000 1000001

Color Harmonies of #FB505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB505F

Black with #FB505F

Text Example


Text Example

White with #FB505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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