Html Css Color HEX #F23392 Wild Strawberry

📋 copy color: '#F23392'

red 242 ◦ green 51 ◦ blue 146

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

Shades of Wild Strawberry #F23392

Tints of Wild Strawberry #F23392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.62%

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 55.13%
G = 11.62%
B = 33.26%

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

#F23392 (or 0xF23392) is known color: Wild Strawberry. HEX triplet: F2, 33 and 92. RGB value is (242,51,146). Sum of RGB (Red+Green+Blue) = 242+51+146=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F23392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23392 is #0DCC6D. Grayscale: #767676. Windows color (decimal): -904302 or 9581554. OLE color: 9581554.

HSL color Cylindrical-coordinate representation of color #F23392: 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.79%. Process color model (Four color, CMYK) of #F23392 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 51 146 -
CMYK 0 0.79 0.40 0.05
HSL 330.16º 0.88% 0.57% -
HSV(B) 330.16º 0.79% 0.95% -
XYZ 42.99 23.32 29.43 -
YUV 118.94 143.28 215.78 -
System Red Green Blue C M Y K H S L
Decimal 242 51 146 0 0.79 0.40 0.05 330.16 0.88 0.57
Hex F2 33 92 0 4F 28 5 14A 58 39
Octal 362 63 222 0 117 50 5 512 130 71
Binary 11110010 110011 10010010 0 1001111 101000 101 101001010 1011000 111001

Color Harmonies of #F23392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23392

Black with #F23392

Text Example


Text Example

White with #F23392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23392; }

 p { color: rgb(242,51,146); }

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

background-color css

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

 a { background-color: rgb(242,51,146); }

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

border-color css

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

 span { border-color: rgb(242,51,146); }

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