Html Css Color HEX #F9297D Wild Strawberry

📋 copy color: '#F9297D'

red 249 ◦ green 41 ◦ blue 125

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

Shades of Wild Strawberry #F9297D

Tints of Wild Strawberry #F9297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 60%
G = 9.88%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9297D (or 0xF9297D) is known color: Wild Strawberry. HEX triplet: F9, 29 and 7D. RGB value is (249,41,125). Sum of RGB (Red+Green+Blue) = 249+41+125=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F9297D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9297D is #06D682. Grayscale: #707070. Windows color (decimal): -448131 or 8202745. OLE color: 8202745.

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

Color convert

RGB 249 41 125 -
CMYK 0 0.84 0.50 0.02
HSL 335.77º 0.95% 0.57% -
HSV(B) 335.77º 0.84% 0.98% -
XYZ 43.56 23.21 21.59 -
YUV 112.77 134.91 225.17 -
System Red Green Blue C M Y K H S L
Decimal 249 41 125 0 0.84 0.50 0.02 335.77 0.95 0.57
Hex F9 29 7D 0 54 32 2 150 5F 39
Octal 371 51 175 0 124 62 2 520 137 71
Binary 11111001 101001 1111101 0 1010100 110010 10 101010000 1011111 111001

Color Harmonies of #F9297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9297D

Black with #F9297D

Text Example


Text Example

White with #F9297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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