Html Css Color HEX #F23B9E Wild Strawberry

📋 copy color: '#F23B9E'

red 242 ◦ green 59 ◦ blue 158

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

Shades of Wild Strawberry #F23B9E

Tints of Wild Strawberry #F23B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.42%

R = 52.72%
G = 12.85%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F23B9E (or 0xF23B9E) is known color: Wild Strawberry. HEX triplet: F2, 3B and 9E. RGB value is (242,59,158). Sum of RGB (Red+Green+Blue) = 242+59+158=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23B9E is #0DC461. Grayscale: #7C7C7C. Windows color (decimal): -902242 or 10370034. OLE color: 10370034.

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

Color convert

RGB 242 59 158 -
CMYK 0 0.76 0.35 0.05
HSL 327.54º 0.88% 0.59% -
HSV(B) 327.54º 0.76% 0.95% -
XYZ 44.35 24.47 34.73 -
YUV 125 146.63 211.45 -
System Red Green Blue C M Y K H S L
Decimal 242 59 158 0 0.76 0.35 0.05 327.54 0.88 0.59
Hex F2 3B 9E 0 4C 23 5 148 58 3B
Octal 362 73 236 0 114 43 5 510 130 73
Binary 11110010 111011 10011110 0 1001100 100011 101 101001000 1011000 111011

Color Harmonies of #F23B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B9E

Black with #F23B9E

Text Example


Text Example

White with #F23B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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