Html Css Color HEX #F94098 Wild Strawberry

📋 copy color: '#F94098'

red 249 ◦ green 64 ◦ blue 152

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

Shades of Wild Strawberry #F94098

Tints of Wild Strawberry #F94098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.69%

R = 53.55%
G = 13.76%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F94098 (or 0xF94098) is known color: Wild Strawberry. HEX triplet: F9, 40 and 98. RGB value is (249,64,152). Sum of RGB (Red+Green+Blue) = 249+64+152=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F94098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94098 is #06BF67. Grayscale: #818181. Windows color (decimal): -442216 or 9978105. OLE color: 9978105.

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

Color convert

RGB 249 64 152 -
CMYK 0 0.74 0.39 0.02
HSL 331.46º 0.94% 0.61% -
HSV(B) 331.46º 0.74% 0.98% -
XYZ 46.57 26.07 32.28 -
YUV 129.35 140.79 213.34 -
System Red Green Blue C M Y K H S L
Decimal 249 64 152 0 0.74 0.39 0.02 331.46 0.94 0.61
Hex F9 40 98 0 4A 27 2 14B 5E 3D
Octal 371 100 230 0 112 47 2 513 136 75
Binary 11111001 1000000 10011000 0 1001010 100111 10 101001011 1011110 111101

Color Harmonies of #F94098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94098

Black with #F94098

Text Example


Text Example

White with #F94098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94098; }

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

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

background-color css

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

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

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

border-color css

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

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

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