Html Css Color HEX #F93288 Wild Strawberry

📋 copy color: '#F93288'

red 249 ◦ green 50 ◦ blue 136

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

Shades of Wild Strawberry #F93288

Tints of Wild Strawberry #F93288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.26%

R = 57.24%
G = 11.49%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F93288 (or 0xF93288) is known color: Wild Strawberry. HEX triplet: F9, 32 and 88. RGB value is (249,50,136). Sum of RGB (Red+Green+Blue) = 249+50+136=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F93288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93288 is #06CD77. Grayscale: #777777. Windows color (decimal): -445816 or 8925945. OLE color: 8925945.

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

Color convert

RGB 249 50 136 -
CMYK 0 0.80 0.45 0.02
HSL 334.07º 0.94% 0.59% -
HSV(B) 334.07º 0.8% 0.98% -
XYZ 44.65 24.2 25.61 -
YUV 119.31 137.43 220.51 -
System Red Green Blue C M Y K H S L
Decimal 249 50 136 0 0.80 0.45 0.02 334.07 0.94 0.59
Hex F9 32 88 0 50 2D 2 14E 5E 3B
Octal 371 62 210 0 120 55 2 516 136 73
Binary 11111001 110010 10001000 0 1010000 101101 10 101001110 1011110 111011

Color Harmonies of #F93288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93288

Black with #F93288

Text Example


Text Example

White with #F93288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93288; }

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

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

background-color css

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

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

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

border-color css

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

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

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