Html Css Color HEX #F9287D Wild Strawberry

📋 copy color: '#F9287D'

red 249 ◦ green 40 ◦ blue 125

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

Shades of Wild Strawberry #F9287D

Tints of Wild Strawberry #F9287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.66%

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

R = 60.14%
G = 9.66%
B = 30.19%

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

#F9287D (or 0xF9287D) is known color: Wild Strawberry. HEX triplet: F9, 28 and 7D. RGB value is (249,40,125). Sum of RGB (Red+Green+Blue) = 249+40+125=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F9287D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9287D is #06D782. Grayscale: #707070. Windows color (decimal): -448387 or 8202489. OLE color: 8202489.

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

Color convert

RGB 249 40 125 -
CMYK 0 0.84 0.50 0.02
HSL 335.6º 0.95% 0.57% -
HSV(B) 335.6º 0.84% 0.98% -
XYZ 43.53 23.14 21.57 -
YUV 112.18 135.24 225.59 -
System Red Green Blue C M Y K H S L
Decimal 249 40 125 0 0.84 0.50 0.02 335.6 0.95 0.57
Hex F9 28 7D 0 54 32 2 150 5F 39
Octal 371 50 175 0 124 62 2 520 137 71
Binary 11111001 101000 1111101 0 1010100 110010 10 101010000 1011111 111001

Color Harmonies of #F9287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9287D

Black with #F9287D

Text Example


Text Example

White with #F9287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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