Html Css Color HEX #F23290 Wild Strawberry

📋 copy color: '#F23290'

red 242 ◦ green 50 ◦ blue 144

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

Shades of Wild Strawberry #F23290

Tints of Wild Strawberry #F23290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.47%

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

R = 55.5%
G = 11.47%
B = 33.03%

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

#F23290 (or 0xF23290) is known color: Wild Strawberry. HEX triplet: F2, 32 and 90. RGB value is (242,50,144). Sum of RGB (Red+Green+Blue) = 242+50+144=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F23290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23290 is #0DCD6F. Grayscale: #757575. Windows color (decimal): -904560 or 9450226. OLE color: 9450226.

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

Color convert

RGB 242 50 144 -
CMYK 0 0.79 0.40 0.05
HSL 330.63º 0.88% 0.57% -
HSV(B) 330.63º 0.79% 0.95% -
XYZ 42.79 23.17 28.6 -
YUV 118.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 242 50 144 0 0.79 0.40 0.05 330.63 0.88 0.57
Hex F2 32 90 0 4F 28 5 14B 58 39
Octal 362 62 220 0 117 50 5 513 130 71
Binary 11110010 110010 10010000 0 1001111 101000 101 101001011 1011000 111001

Color Harmonies of #F23290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23290

Black with #F23290

Text Example


Text Example

White with #F23290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23290; }

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

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

background-color css

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

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

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

border-color css

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

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

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