Html Css Color HEX #F23598 Wild Strawberry

📋 copy color: '#F23598'

red 242 ◦ green 53 ◦ blue 152

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

Shades of Wild Strawberry #F23598

Tints of Wild Strawberry #F23598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34%

R = 54.14%
G = 11.86%
B = 34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F23598 (or 0xF23598) is known color: Wild Strawberry. HEX triplet: F2, 35 and 98. RGB value is (242,53,152). Sum of RGB (Red+Green+Blue) = 242+53+152=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F23598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23598 is #0DCA67. Grayscale: #787878. Windows color (decimal): -903784 or 9975282. OLE color: 9975282.

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

Color convert

RGB 242 53 152 -
CMYK 0 0.78 0.37 0.05
HSL 328.57º 0.88% 0.58% -
HSV(B) 328.57º 0.78% 0.95% -
XYZ 43.56 23.69 31.98 -
YUV 120.8 145.62 214.45 -
System Red Green Blue C M Y K H S L
Decimal 242 53 152 0 0.78 0.37 0.05 328.57 0.88 0.58
Hex F2 35 98 0 4E 25 5 149 58 3A
Octal 362 65 230 0 116 45 5 511 130 72
Binary 11110010 110101 10011000 0 1001110 100101 101 101001001 1011000 111010

Color Harmonies of #F23598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23598

Black with #F23598

Text Example


Text Example

White with #F23598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23598; }

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

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

background-color css

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

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

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

border-color css

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

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

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