Html Css Color HEX #F23B99 Wild Strawberry

📋 copy color: '#F23B99'

red 242 ◦ green 59 ◦ blue 153

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

Shades of Wild Strawberry #F23B99

Tints of Wild Strawberry #F23B99

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13%

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 53.3%
G = 13%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F23B99 (or 0xF23B99) is known color: Wild Strawberry. HEX triplet: F2, 3B and 99. RGB value is (242,59,153). Sum of RGB (Red+Green+Blue) = 242+59+153=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23B99 is #0DC466. Grayscale: #7C7C7C. Windows color (decimal): -902247 or 10042354. OLE color: 10042354.

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

Color convert

RGB 242 59 153 -
CMYK 0 0.76 0.37 0.05
HSL 329.18º 0.88% 0.59% -
HSV(B) 329.18º 0.76% 0.95% -
XYZ 43.93 24.31 32.51 -
YUV 124.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 242 59 153 0 0.76 0.37 0.05 329.18 0.88 0.59
Hex F2 3B 99 0 4C 25 5 149 58 3B
Octal 362 73 231 0 114 45 5 511 130 73
Binary 11110010 111011 10011001 0 1001100 100101 101 101001001 1011000 111011

Color Harmonies of #F23B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B99

Black with #F23B99

Text Example


Text Example

White with #F23B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B99; }

 p { color: rgb(242,59,153); }

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

background-color css

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

 a { background-color: rgb(242,59,153); }

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

border-color css

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

 span { border-color: rgb(242,59,153); }

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