Html Css Color HEX #F95A6B Wild Watermelon

📋 copy color: '#F95A6B'

red 249 ◦ green 90 ◦ blue 107

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

Shades of Wild Watermelon #F95A6B

Tints of Wild Watermelon #F95A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 55.83%
G = 20.18%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F95A6B (or 0xF95A6B) is known color: Wild Watermelon. HEX triplet: F9, 5A and 6B. RGB value is (249,90,107). Sum of RGB (Red+Green+Blue) = 249+90+107=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95A6B is #06A594. Grayscale: #8B8B8B. Windows color (decimal): -435605 or 7035641. OLE color: 7035641.

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

Color convert

RGB 249 90 107 -
CMYK 0 0.64 0.57 0.02
HSL 353.58º 0.93% 0.66% -
HSV(B) 353.58º 0.64% 0.98% -
XYZ 45.38 28.51 17.02 -
YUV 139.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 249 90 107 0 0.64 0.57 0.02 353.58 0.93 0.66
Hex F9 5A 6B 0 40 39 2 162 5D 42
Octal 371 132 153 0 100 71 2 542 135 102
Binary 11111001 1011010 1101011 0 1000000 111001 10 101100010 1011101 1000010

Color Harmonies of #F95A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95A6B

Black with #F95A6B

Text Example


Text Example

White with #F95A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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