Html Css Color HEX #F9298C Wild Strawberry

📋 copy color: '#F9298C'

red 249 ◦ green 41 ◦ blue 140

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

Shades of Wild Strawberry #F9298C

Tints of Wild Strawberry #F9298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.53%

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 57.91%
G = 9.53%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9298C (or 0xF9298C) is known color: Wild Strawberry. HEX triplet: F9, 29 and 8C. RGB value is (249,41,140). Sum of RGB (Red+Green+Blue) = 249+41+140=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F9298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9298C is #06D673. Grayscale: #727272. Windows color (decimal): -448116 or 9185785. OLE color: 9185785.

HSL color Cylindrical-coordinate representation of color #F9298C: hue angle of 331.44º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9298C is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 41 140 -
CMYK 0 0.84 0.44 0.02
HSL 331.44º 0.95% 0.57% -
HSV(B) 331.44º 0.84% 0.98% -
XYZ 44.59 23.62 27.02 -
YUV 114.48 142.41 223.95 -
System Red Green Blue C M Y K H S L
Decimal 249 41 140 0 0.84 0.44 0.02 331.44 0.95 0.57
Hex F9 29 8C 0 54 2C 2 14B 5F 39
Octal 371 51 214 0 124 54 2 513 137 71
Binary 11111001 101001 10001100 0 1010100 101100 10 101001011 1011111 111001

Color Harmonies of #F9298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9298C

Black with #F9298C

Text Example


Text Example

White with #F9298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9298C; }

 p { color: rgb(249,41,140); }

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

background-color css

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

 a { background-color: rgb(249,41,140); }

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

border-color css

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

 span { border-color: rgb(249,41,140); }

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