Html Css Color HEX #F23593 Wild Strawberry

📋 copy color: '#F23593'

red 242 ◦ green 53 ◦ blue 147

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

Shades of Wild Strawberry #F23593

Tints of Wild Strawberry #F23593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 54.75%
G = 11.99%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F23593 (or 0xF23593) is known color: Wild Strawberry. HEX triplet: F2, 35 and 93. RGB value is (242,53,147). Sum of RGB (Red+Green+Blue) = 242+53+147=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F23593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23593 is #0DCA6C. Grayscale: #787878. Windows color (decimal): -903789 or 9647602. OLE color: 9647602.

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

Color convert

RGB 242 53 147 -
CMYK 0 0.78 0.39 0.05
HSL 330.16º 0.88% 0.58% -
HSV(B) 330.16º 0.78% 0.95% -
XYZ 43.16 23.53 29.87 -
YUV 120.23 143.12 214.86 -
System Red Green Blue C M Y K H S L
Decimal 242 53 147 0 0.78 0.39 0.05 330.16 0.88 0.58
Hex F2 35 93 0 4E 27 5 14A 58 3A
Octal 362 65 223 0 116 47 5 512 130 72
Binary 11110010 110101 10010011 0 1001110 100111 101 101001010 1011000 111010

Color Harmonies of #F23593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23593

Black with #F23593

Text Example


Text Example

White with #F23593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23593; }

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

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

background-color css

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

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

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

border-color css

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

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

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