Html Css Color HEX #F23590 Wild Strawberry

📋 copy color: '#F23590'

red 242 ◦ green 53 ◦ blue 144

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

Shades of Wild Strawberry #F23590

Tints of Wild Strawberry #F23590

RGB

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

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

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

R = 55.13%
G = 12.07%
B = 32.8%

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

#F23590 (or 0xF23590) is known color: Wild Strawberry. HEX triplet: F2, 35 and 90. RGB value is (242,53,144). Sum of RGB (Red+Green+Blue) = 242+53+144=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F23590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23590 is #0DCA6F. Grayscale: #777777. Windows color (decimal): -903792 or 9450994. OLE color: 9450994.

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

Color convert

RGB 242 53 144 -
CMYK 0 0.78 0.40 0.05
HSL 331.11º 0.88% 0.58% -
HSV(B) 331.11º 0.78% 0.95% -
XYZ 42.93 23.44 28.65 -
YUV 119.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 242 53 144 0 0.78 0.40 0.05 331.11 0.88 0.58
Hex F2 35 90 0 4E 28 5 14B 58 3A
Octal 362 65 220 0 116 50 5 513 130 72
Binary 11110010 110101 10010000 0 1001110 101000 101 101001011 1011000 111010

Color Harmonies of #F23590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23590

Black with #F23590

Text Example


Text Example

White with #F23590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23590; }

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

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

background-color css

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

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

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

border-color css

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

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

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