Html Css Color HEX #F23890 Wild Strawberry

📋 copy color: '#F23890'

red 242 ◦ green 56 ◦ blue 144

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

Shades of Wild Strawberry #F23890

Tints of Wild Strawberry #F23890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.67%

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

R = 54.75%
G = 12.67%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F23890 (or 0xF23890) is known color: Wild Strawberry. HEX triplet: F2, 38 and 90. RGB value is (242,56,144). Sum of RGB (Red+Green+Blue) = 242+56+144=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F23890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23890 is #0DC76F. Grayscale: #797979. Windows color (decimal): -903024 or 9451762. OLE color: 9451762.

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

Color convert

RGB 242 56 144 -
CMYK 0 0.77 0.40 0.05
HSL 331.61º 0.88% 0.58% -
HSV(B) 331.61º 0.77% 0.95% -
XYZ 43.07 23.72 28.69 -
YUV 121.65 140.62 213.84 -
System Red Green Blue C M Y K H S L
Decimal 242 56 144 0 0.77 0.40 0.05 331.61 0.88 0.58
Hex F2 38 90 0 4D 28 5 14C 58 3A
Octal 362 70 220 0 115 50 5 514 130 72
Binary 11110010 111000 10010000 0 1001101 101000 101 101001100 1011000 111010

Color Harmonies of #F23890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23890

Black with #F23890

Text Example


Text Example

White with #F23890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23890; }

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

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

background-color css

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

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

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

border-color css

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

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

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