Html Css Color HEX #F23595 Wild Strawberry

📋 copy color: '#F23595'

red 242 ◦ green 53 ◦ blue 149

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

Shades of Wild Strawberry #F23595

Tints of Wild Strawberry #F23595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.56%

R = 54.5%
G = 11.94%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F23595 (or 0xF23595) is known color: Wild Strawberry. HEX triplet: F2, 35 and 95. RGB value is (242,53,149). Sum of RGB (Red+Green+Blue) = 242+53+149=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F23595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23595 is #0DCA6A. Grayscale: #787878. Windows color (decimal): -903787 or 9778674. OLE color: 9778674.

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

Color convert

RGB 242 53 149 -
CMYK 0 0.78 0.38 0.05
HSL 329.52º 0.88% 0.58% -
HSV(B) 329.52º 0.78% 0.95% -
XYZ 43.32 23.59 30.7 -
YUV 120.46 144.12 214.69 -
System Red Green Blue C M Y K H S L
Decimal 242 53 149 0 0.78 0.38 0.05 329.52 0.88 0.58
Hex F2 35 95 0 4E 26 5 14A 58 3A
Octal 362 65 225 0 116 46 5 512 130 72
Binary 11110010 110101 10010101 0 1001110 100110 101 101001010 1011000 111010

Color Harmonies of #F23595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23595

Black with #F23595

Text Example


Text Example

White with #F23595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23595; }

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

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

background-color css

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

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

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

border-color css

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

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

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