Html Css Color HEX #F23C9E Wild Strawberry

📋 copy color: '#F23C9E'

red 242 ◦ green 60 ◦ blue 158

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

Shades of Wild Strawberry #F23C9E

Tints of Wild Strawberry #F23C9E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

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

R = 52.61%
G = 13.04%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F23C9E (or 0xF23C9E) is known color: Wild Strawberry. HEX triplet: F2, 3C and 9E. RGB value is (242,60,158). Sum of RGB (Red+Green+Blue) = 242+60+158=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23C9E is #0DC361. Grayscale: #7D7D7D. Windows color (decimal): -901986 or 10370290. OLE color: 10370290.

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

Color convert

RGB 242 60 158 -
CMYK 0 0.75 0.35 0.05
HSL 327.69º 0.88% 0.59% -
HSV(B) 327.69º 0.75% 0.95% -
XYZ 44.41 24.58 34.75 -
YUV 125.59 146.3 211.03 -
System Red Green Blue C M Y K H S L
Decimal 242 60 158 0 0.75 0.35 0.05 327.69 0.88 0.59
Hex F2 3C 9E 0 4B 23 5 148 58 3B
Octal 362 74 236 0 113 43 5 510 130 73
Binary 11110010 111100 10011110 0 1001011 100011 101 101001000 1011000 111011

Color Harmonies of #F23C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C9E

Black with #F23C9E

Text Example


Text Example

White with #F23C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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