Html Css Color HEX #FB507B Wild Watermelon

📋 copy color: '#FB507B'

red 251 ◦ green 80 ◦ blue 123

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

Shades of Wild Watermelon #FB507B

Tints of Wild Watermelon #FB507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 55.29%
G = 17.62%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB507B (or 0xFB507B) is known color: Wild Watermelon. HEX triplet: FB, 50 and 7B. RGB value is (251,80,123). Sum of RGB (Red+Green+Blue) = 251+80+123=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB507B is #04AF84. Grayscale: #888888. Windows color (decimal): -307077 or 8081659. OLE color: 8081659.

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

Color convert

RGB 251 80 123 -
CMYK 0 0.68 0.51 0.02
HSL 344.91º 0.96% 0.65% -
HSV(B) 344.91º 0.68% 0.98% -
XYZ 46.23 27.68 21.64 -
YUV 136.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 251 80 123 0 0.68 0.51 0.02 344.91 0.96 0.65
Hex FB 50 7B 0 44 33 2 159 60 41
Octal 373 120 173 0 104 63 2 531 140 101
Binary 11111011 1010000 1111011 0 1000100 110011 10 101011001 1100000 1000001

Color Harmonies of #FB507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB507B

Black with #FB507B

Text Example


Text Example

White with #FB507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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