Html Css Color HEX #F23B9C Wild Strawberry

📋 copy color: '#F23B9C'

red 242 ◦ green 59 ◦ blue 156

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

Shades of Wild Strawberry #F23B9C

Tints of Wild Strawberry #F23B9C

RGB

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

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

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

R = 52.95%
G = 12.91%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F23B9C (or 0xF23B9C) is known color: Wild Strawberry. HEX triplet: F2, 3B and 9C. RGB value is (242,59,156). Sum of RGB (Red+Green+Blue) = 242+59+156=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23B9C is #0DC463. Grayscale: #7C7C7C. Windows color (decimal): -902244 or 10238962. OLE color: 10238962.

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

Color convert

RGB 242 59 156 -
CMYK 0 0.76 0.36 0.05
HSL 328.2º 0.88% 0.59% -
HSV(B) 328.2º 0.76% 0.95% -
XYZ 44.18 24.41 33.83 -
YUV 124.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 242 59 156 0 0.76 0.36 0.05 328.2 0.88 0.59
Hex F2 3B 9C 0 4C 24 5 148 58 3B
Octal 362 73 234 0 114 44 5 510 130 73
Binary 11110010 111011 10011100 0 1001100 100100 101 101001000 1011000 111011

Color Harmonies of #F23B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B9C

Black with #F23B9C

Text Example


Text Example

White with #F23B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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