Html Css Color HEX #F93287 Wild Strawberry

📋 copy color: '#F93287'

red 249 ◦ green 50 ◦ blue 135

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

Shades of Wild Strawberry #F93287

Tints of Wild Strawberry #F93287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.52%

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 57.37%
G = 11.52%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F93287 (or 0xF93287) is known color: Wild Strawberry. HEX triplet: F9, 32 and 87. RGB value is (249,50,135). Sum of RGB (Red+Green+Blue) = 249+50+135=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F93287 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93287 is #06CD78. Grayscale: #777777. Windows color (decimal): -445817 or 8860409. OLE color: 8860409.

HSL color Cylindrical-coordinate representation of color #F93287: hue angle of 334.37º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93287 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 50 135 -
CMYK 0 0.80 0.46 0.02
HSL 334.37º 0.94% 0.59% -
HSV(B) 334.37º 0.8% 0.98% -
XYZ 44.58 24.17 25.24 -
YUV 119.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 249 50 135 0 0.80 0.46 0.02 334.37 0.94 0.59
Hex F9 32 87 0 50 2E 2 14E 5E 3B
Octal 371 62 207 0 120 56 2 516 136 73
Binary 11111001 110010 10000111 0 1010000 101110 10 101001110 1011110 111011

Color Harmonies of #F93287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93287

Black with #F93287

Text Example


Text Example

White with #F93287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93287; }

 p { color: rgb(249,50,135); }

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

background-color css

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

 a { background-color: rgb(249,50,135); }

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

border-color css

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

 span { border-color: rgb(249,50,135); }

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