Html Css Color HEX #F94096 Wild Strawberry

📋 copy color: '#F94096'

red 249 ◦ green 64 ◦ blue 150

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

Shades of Wild Strawberry #F94096

Tints of Wild Strawberry #F94096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.82%

 BLUE value IS 150 (58.98% from 255) = 32.4%

R = 53.78%
G = 13.82%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F94096 (or 0xF94096) is known color: Wild Strawberry. HEX triplet: F9, 40 and 96. RGB value is (249,64,150). Sum of RGB (Red+Green+Blue) = 249+64+150=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F94096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94096 is #06BF69. Grayscale: #808080. Windows color (decimal): -442218 or 9847033. OLE color: 9847033.

HSL color Cylindrical-coordinate representation of color #F94096: hue angle of 332.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94096 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 150 -
CMYK 0 0.74 0.40 0.02
HSL 332.11º 0.94% 0.61% -
HSV(B) 332.11º 0.74% 0.98% -
XYZ 46.41 26.01 31.43 -
YUV 129.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 249 64 150 0 0.74 0.40 0.02 332.11 0.94 0.61
Hex F9 40 96 0 4A 28 2 14C 5E 3D
Octal 371 100 226 0 112 50 2 514 136 75
Binary 11111001 1000000 10010110 0 1001010 101000 10 101001100 1011110 111101

Color Harmonies of #F94096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94096

Black with #F94096

Text Example


Text Example

White with #F94096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94096; }

 p { color: rgb(249,64,150); }

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

background-color css

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

 a { background-color: rgb(249,64,150); }

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

border-color css

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

 span { border-color: rgb(249,64,150); }

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