Html Css Color HEX #F23092 Wild Strawberry

📋 copy color: '#F23092'

red 242 ◦ green 48 ◦ blue 146

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

Shades of Wild Strawberry #F23092

Tints of Wild Strawberry #F23092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.01%

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

R = 55.5%
G = 11.01%
B = 33.49%

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

#F23092 (or 0xF23092) is known color: Wild Strawberry. HEX triplet: F2, 30 and 92. RGB value is (242,48,146). Sum of RGB (Red+Green+Blue) = 242+48+146=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F23092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23092 is #0DCF6D. Grayscale: #747474. Windows color (decimal): -905070 or 9580786. OLE color: 9580786.

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

Color convert

RGB 242 48 146 -
CMYK 0 0.80 0.40 0.05
HSL 329.69º 0.88% 0.57% -
HSV(B) 329.69º 0.8% 0.95% -
XYZ 42.86 23.07 29.39 -
YUV 117.18 144.27 217.03 -
System Red Green Blue C M Y K H S L
Decimal 242 48 146 0 0.80 0.40 0.05 329.69 0.88 0.57
Hex F2 30 92 0 50 28 5 14A 58 39
Octal 362 60 222 0 120 50 5 512 130 71
Binary 11110010 110000 10010010 0 1010000 101000 101 101001010 1011000 111001

Color Harmonies of #F23092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23092

Black with #F23092

Text Example


Text Example

White with #F23092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23092; }

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

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

background-color css

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

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

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

border-color css

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

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

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