Html Css Color HEX #F23790 Wild Strawberry

📋 copy color: '#F23790'

red 242 ◦ green 55 ◦ blue 144

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

Shades of Wild Strawberry #F23790

Tints of Wild Strawberry #F23790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.47%

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

R = 54.88%
G = 12.47%
B = 32.65%

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

#F23790 (or 0xF23790) is known color: Wild Strawberry. HEX triplet: F2, 37 and 90. RGB value is (242,55,144). Sum of RGB (Red+Green+Blue) = 242+55+144=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F23790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23790 is #0DC86F. Grayscale: #787878. Windows color (decimal): -903280 or 9451506. OLE color: 9451506.

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

Color convert

RGB 242 55 144 -
CMYK 0 0.77 0.40 0.05
HSL 331.44º 0.88% 0.58% -
HSV(B) 331.44º 0.77% 0.95% -
XYZ 43.02 23.62 28.68 -
YUV 121.06 140.95 214.26 -
System Red Green Blue C M Y K H S L
Decimal 242 55 144 0 0.77 0.40 0.05 331.44 0.88 0.58
Hex F2 37 90 0 4D 28 5 14B 58 3A
Octal 362 67 220 0 115 50 5 513 130 72
Binary 11110010 110111 10010000 0 1001101 101000 101 101001011 1011000 111010

Color Harmonies of #F23790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23790

Black with #F23790

Text Example


Text Example

White with #F23790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23790; }

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

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

background-color css

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

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

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

border-color css

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

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

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