Html Css Color HEX #F95A70 Wild Watermelon

📋 copy color: '#F95A70'

red 249 ◦ green 90 ◦ blue 112

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

Shades of Wild Watermelon #F95A70

Tints of Wild Watermelon #F95A70

RGB

 RED value IS 249 (97.66% from 255) = 55.21%

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

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

R = 55.21%
G = 19.96%
B = 24.83%

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

#F95A70 (or 0xF95A70) is known color: Wild Watermelon. HEX triplet: F9, 5A and 70. RGB value is (249,90,112). Sum of RGB (Red+Green+Blue) = 249+90+112=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95A70 is #06A58F. Grayscale: #8C8C8C. Windows color (decimal): -435600 or 7363321. OLE color: 7363321.

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

Color convert

RGB 249 90 112 -
CMYK 0 0.64 0.55 0.02
HSL 351.7º 0.93% 0.66% -
HSV(B) 351.7º 0.64% 0.98% -
XYZ 45.65 28.62 18.45 -
YUV 140.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 249 90 112 0 0.64 0.55 0.02 351.7 0.93 0.66
Hex F9 5A 70 0 40 37 2 160 5D 42
Octal 371 132 160 0 100 67 2 540 135 102
Binary 11111001 1011010 1110000 0 1000000 110111 10 101100000 1011101 1000010

Color Harmonies of #F95A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95A70

Black with #F95A70

Text Example


Text Example

White with #F95A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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