Html Css Color HEX #F9297F Wild Strawberry

📋 copy color: '#F9297F'

red 249 ◦ green 41 ◦ blue 127

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

Shades of Wild Strawberry #F9297F

Tints of Wild Strawberry #F9297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.46%

R = 59.71%
G = 9.83%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9297F (or 0xF9297F) is known color: Wild Strawberry. HEX triplet: F9, 29 and 7F. RGB value is (249,41,127). Sum of RGB (Red+Green+Blue) = 249+41+127=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F9297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9297F is #06D680. Grayscale: #707070. Windows color (decimal): -448129 or 8333817. OLE color: 8333817.

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

Color convert

RGB 249 41 127 -
CMYK 0 0.84 0.49 0.02
HSL 335.19º 0.95% 0.57% -
HSV(B) 335.19º 0.84% 0.98% -
XYZ 43.69 23.26 22.27 -
YUV 113 135.91 225.01 -
System Red Green Blue C M Y K H S L
Decimal 249 41 127 0 0.84 0.49 0.02 335.19 0.95 0.57
Hex F9 29 7F 0 54 31 2 14F 5F 39
Octal 371 51 177 0 124 61 2 517 137 71
Binary 11111001 101001 1111111 0 1010100 110001 10 101001111 1011111 111001

Color Harmonies of #F9297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9297F

Black with #F9297F

Text Example


Text Example

White with #F9297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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