Html Css Color HEX #F23592 Wild Strawberry

📋 copy color: '#F23592'

red 242 ◦ green 53 ◦ blue 146

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

Shades of Wild Strawberry #F23592

Tints of Wild Strawberry #F23592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.02%

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

R = 54.88%
G = 12.02%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F23592 (or 0xF23592) is known color: Wild Strawberry. HEX triplet: F2, 35 and 92. RGB value is (242,53,146). Sum of RGB (Red+Green+Blue) = 242+53+146=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F23592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23592 is #0DCA6D. Grayscale: #777777. Windows color (decimal): -903790 or 9582066. OLE color: 9582066.

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

Color convert

RGB 242 53 146 -
CMYK 0 0.78 0.40 0.05
HSL 330.48º 0.88% 0.58% -
HSV(B) 330.48º 0.78% 0.95% -
XYZ 43.08 23.5 29.46 -
YUV 120.11 142.62 214.94 -
System Red Green Blue C M Y K H S L
Decimal 242 53 146 0 0.78 0.40 0.05 330.48 0.88 0.58
Hex F2 35 92 0 4E 28 5 14A 58 3A
Octal 362 65 222 0 116 50 5 512 130 72
Binary 11110010 110101 10010010 0 1001110 101000 101 101001010 1011000 111010

Color Harmonies of #F23592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23592

Black with #F23592

Text Example


Text Example

White with #F23592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23592; }

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

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

background-color css

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

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

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

border-color css

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

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

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