Html Css Color HEX #F23D9C Wild Strawberry

📋 copy color: '#F23D9C'

red 242 ◦ green 61 ◦ blue 156

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

Shades of Wild Strawberry #F23D9C

Tints of Wild Strawberry #F23D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.29%

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 52.72%
G = 13.29%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F23D9C (or 0xF23D9C) is known color: Wild Strawberry. HEX triplet: F2, 3D and 9C. RGB value is (242,61,156). Sum of RGB (Red+Green+Blue) = 242+61+156=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23D9C is #0DC263. Grayscale: #7D7D7D. Windows color (decimal): -901732 or 10239474. OLE color: 10239474.

HSL color Cylindrical-coordinate representation of color #F23D9C: hue angle of 328.51º degrees, saturation: 0.87, 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 #F23D9C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 61 156 -
CMYK 0 0.75 0.36 0.05
HSL 328.51º 0.87% 0.59% -
HSV(B) 328.51º 0.75% 0.95% -
XYZ 44.29 24.62 33.87 -
YUV 125.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 242 61 156 0 0.75 0.36 0.05 328.51 0.87 0.59
Hex F2 3D 9C 0 4B 24 5 149 57 3B
Octal 362 75 234 0 113 44 5 511 127 73
Binary 11110010 111101 10011100 0 1001011 100100 101 101001001 1010111 111011

Color Harmonies of #F23D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D9C

Black with #F23D9C

Text Example


Text Example

White with #F23D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D9C; }

 p { color: rgb(242,61,156); }

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

background-color css

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

 a { background-color: rgb(242,61,156); }

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

border-color css

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

 span { border-color: rgb(242,61,156); }

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