Html Css Color HEX #FB5A70 Wild Watermelon

📋 copy color: '#FB5A70'

red 251 ◦ green 90 ◦ blue 112

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

Shades of Wild Watermelon #FB5A70

Tints of Wild Watermelon #FB5A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 55.41%
G = 19.87%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB5A70 (or 0xFB5A70) is known color: Wild Watermelon. HEX triplet: FB, 5A and 70. RGB value is (251,90,112). Sum of RGB (Red+Green+Blue) = 251+90+112=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5A70 is #04A58F. Grayscale: #8C8C8C. Windows color (decimal): -304528 or 7363323. OLE color: 7363323.

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

Color convert

RGB 251 90 112 -
CMYK 0 0.64 0.55 0.02
HSL 351.8º 0.95% 0.67% -
HSV(B) 351.8º 0.64% 0.98% -
XYZ 46.36 28.99 18.48 -
YUV 140.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 251 90 112 0 0.64 0.55 0.02 351.8 0.95 0.67
Hex FB 5A 70 0 40 37 2 160 5F 43
Octal 373 132 160 0 100 67 2 540 137 103
Binary 11111011 1011010 1110000 0 1000000 110111 10 101100000 1011111 1000011

Color Harmonies of #FB5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5A70

Black with #FB5A70

Text Example


Text Example

White with #FB5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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