Html Css Color HEX #F23291 Wild Strawberry

📋 copy color: '#F23291'

red 242 ◦ green 50 ◦ blue 145

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

Shades of Wild Strawberry #F23291

Tints of Wild Strawberry #F23291

RGB

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

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

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

R = 55.38%
G = 11.44%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F23291 (or 0xF23291) is known color: Wild Strawberry. HEX triplet: F2, 32 and 91. RGB value is (242,50,145). Sum of RGB (Red+Green+Blue) = 242+50+145=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F23291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23291 is #0DCD6E. Grayscale: #767676. Windows color (decimal): -904559 or 9515762. OLE color: 9515762.

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

Color convert

RGB 242 50 145 -
CMYK 0 0.79 0.40 0.05
HSL 330.31º 0.88% 0.57% -
HSV(B) 330.31º 0.79% 0.95% -
XYZ 42.87 23.2 29.01 -
YUV 118.24 143.11 216.28 -
System Red Green Blue C M Y K H S L
Decimal 242 50 145 0 0.79 0.40 0.05 330.31 0.88 0.57
Hex F2 32 91 0 4F 28 5 14A 58 39
Octal 362 62 221 0 117 50 5 512 130 71
Binary 11110010 110010 10010001 0 1001111 101000 101 101001010 1011000 111001

Color Harmonies of #F23291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23291

Black with #F23291

Text Example


Text Example

White with #F23291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23291; }

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

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

background-color css

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

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

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

border-color css

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

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

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