Html Css Color HEX #F23191 Wild Strawberry

📋 copy color: '#F23191'

red 242 ◦ green 49 ◦ blue 145

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

Shades of Wild Strawberry #F23191

Tints of Wild Strawberry #F23191

RGB

 RED value IS 242 (94.92% from 255) = 55.5%

 GREEN value IS 49 (19.53% from 255) = 11.24%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 55.5%
G = 11.24%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F23191 (or 0xF23191) is known color: Wild Strawberry. HEX triplet: F2, 31 and 91. RGB value is (242,49,145). Sum of RGB (Red+Green+Blue) = 242+49+145=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F23191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23191 is #0DCE6E. Grayscale: #757575. Windows color (decimal): -904815 or 9515506. OLE color: 9515506.

HSL color Cylindrical-coordinate representation of color #F23191: hue angle of 330.16º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23191 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 145 -
CMYK 0 0.80 0.40 0.05
HSL 330.16º 0.88% 0.57% -
HSV(B) 330.16º 0.8% 0.95% -
XYZ 42.83 23.12 28.99 -
YUV 117.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 242 49 145 0 0.80 0.40 0.05 330.16 0.88 0.57
Hex F2 31 91 0 50 28 5 14A 58 39
Octal 362 61 221 0 120 50 5 512 130 71
Binary 11110010 110001 10010001 0 1010000 101000 101 101001010 1011000 111001

Color Harmonies of #F23191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23191

Black with #F23191

Text Example


Text Example

White with #F23191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23191; }

 p { color: rgb(242,49,145); }

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

background-color css

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

 a { background-color: rgb(242,49,145); }

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

border-color css

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

 span { border-color: rgb(242,49,145); }

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