Html Css Color HEX #FB5A7C Wild Watermelon

📋 copy color: '#FB5A7C'

red 251 ◦ green 90 ◦ blue 124

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

Shades of Wild Watermelon #FB5A7C

Tints of Wild Watermelon #FB5A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.35%

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 53.98%
G = 19.35%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB5A7C (or 0xFB5A7C) is known color: Wild Watermelon. HEX triplet: FB, 5A and 7C. RGB value is (251,90,124). Sum of RGB (Red+Green+Blue) = 251+90+124=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5A7C is #04A583. Grayscale: #8E8E8E. Windows color (decimal): -304516 or 8149755. OLE color: 8149755.

HSL color Cylindrical-coordinate representation of color #FB5A7C: hue angle of 347.33º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5A7C is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 90 124 -
CMYK 0 0.64 0.51 0.02
HSL 347.33º 0.95% 0.67% -
HSV(B) 347.33º 0.64% 0.98% -
XYZ 47.08 29.28 22.24 -
YUV 142.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 251 90 124 0 0.64 0.51 0.02 347.33 0.95 0.67
Hex FB 5A 7C 0 40 33 2 15B 5F 43
Octal 373 132 174 0 100 63 2 533 137 103
Binary 11111011 1011010 1111100 0 1000000 110011 10 101011011 1011111 1000011

Color Harmonies of #FB5A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5A7C

Black with #FB5A7C

Text Example


Text Example

White with #FB5A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5A7C; }

 p { color: rgb(251,90,124); }

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

background-color css

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

 a { background-color: rgb(251,90,124); }

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

border-color css

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

 span { border-color: rgb(251,90,124); }

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