Html Css Color HEX #F23FAD Wild Strawberry

📋 copy color: '#F23FAD'

red 242 ◦ green 63 ◦ blue 173

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

Shades of Wild Strawberry #F23FAD

Tints of Wild Strawberry #F23FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 13.18%

 BLUE value IS 173 (67.97% from 255) = 36.19%

R = 50.63%
G = 13.18%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F23FAD (or 0xF23FAD) is known color: Wild Strawberry. HEX triplet: F2, 3F and AD. RGB value is (242,63,173). Sum of RGB (Red+Green+Blue) = 242+63+173=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23FAD is #0DC052. Grayscale: #808080. Windows color (decimal): -901203 or 11354098. OLE color: 11354098.

HSL color Cylindrical-coordinate representation of color #F23FAD: hue angle of 323.13º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23FAD is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 63 173 -
CMYK 0 0.74 0.29 0.05
HSL 323.13º 0.87% 0.6% -
HSV(B) 323.13º 0.74% 0.95% -
XYZ 45.94 25.45 42.03 -
YUV 129.06 152.8 208.56 -
System Red Green Blue C M Y K H S L
Decimal 242 63 173 0 0.74 0.29 0.05 323.13 0.87 0.6
Hex F2 3F AD 0 4A 1D 5 143 57 3C
Octal 362 77 255 0 112 35 5 503 127 74
Binary 11110010 111111 10101101 0 1001010 11101 101 101000011 1010111 111100

Color Harmonies of #F23FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23FAD

Black with #F23FAD

Text Example


Text Example

White with #F23FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23FAD; }

 p { color: rgb(242,63,173); }

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

background-color css

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

 a { background-color: rgb(242,63,173); }

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

border-color css

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

 span { border-color: rgb(242,63,173); }

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