Html Css Color HEX #F23490 Wild Strawberry

📋 copy color: '#F23490'

red 242 ◦ green 52 ◦ blue 144

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

Shades of Wild Strawberry #F23490

Tints of Wild Strawberry #F23490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.87%

 BLUE value IS 144 (56.64% from 255) = 32.88%

R = 55.25%
G = 11.87%
B = 32.88%

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

#F23490 (or 0xF23490) is known color: Wild Strawberry. HEX triplet: F2, 34 and 90. RGB value is (242,52,144). Sum of RGB (Red+Green+Blue) = 242+52+144=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F23490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23490 is #0DCB6F. Grayscale: #777777. Windows color (decimal): -904048 or 9450738. OLE color: 9450738.

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

Color convert

RGB 242 52 144 -
CMYK 0 0.79 0.40 0.05
HSL 330.95º 0.88% 0.58% -
HSV(B) 330.95º 0.79% 0.95% -
XYZ 42.88 23.35 28.63 -
YUV 119.3 141.95 215.52 -
System Red Green Blue C M Y K H S L
Decimal 242 52 144 0 0.79 0.40 0.05 330.95 0.88 0.58
Hex F2 34 90 0 4F 28 5 14B 58 3A
Octal 362 64 220 0 117 50 5 513 130 72
Binary 11110010 110100 10010000 0 1001111 101000 101 101001011 1011000 111010

Color Harmonies of #F23490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23490

Black with #F23490

Text Example


Text Example

White with #F23490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23490; }

 p { color: rgb(242,52,144); }

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

background-color css

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

 a { background-color: rgb(242,52,144); }

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

border-color css

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

 span { border-color: rgb(242,52,144); }

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