Html Css Color HEX #F23EA4 Wild Strawberry

📋 copy color: '#F23EA4'

red 242 ◦ green 62 ◦ blue 164

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

Shades of Wild Strawberry #F23EA4

Tints of Wild Strawberry #F23EA4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.25%

 BLUE value IS 164 (64.45% from 255) = 35.04%

R = 51.71%
G = 13.25%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F23EA4 (or 0xF23EA4) is known color: Wild Strawberry. HEX triplet: F2, 3E and A4. RGB value is (242,62,164). Sum of RGB (Red+Green+Blue) = 242+62+164=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F23EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23EA4 is #0DC15B. Grayscale: #7F7F7F. Windows color (decimal): -901468 or 10764018. OLE color: 10764018.

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

Color convert

RGB 242 62 164 -
CMYK 0 0.74 0.32 0.05
HSL 326º 0.87% 0.6% -
HSV(B) 326º 0.74% 0.95% -
XYZ 45.04 25 37.57 -
YUV 127.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 242 62 164 0 0.74 0.32 0.05 326 0.87 0.6
Hex F2 3E A4 0 4A 20 5 146 57 3C
Octal 362 76 244 0 112 40 5 506 127 74
Binary 11110010 111110 10100100 0 1001010 100000 101 101000110 1010111 111100

Color Harmonies of #F23EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23EA4

Black with #F23EA4

Text Example


Text Example

White with #F23EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23EA4; }

 p { color: rgb(242,62,164); }

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

background-color css

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

 a { background-color: rgb(242,62,164); }

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

border-color css

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

 span { border-color: rgb(242,62,164); }

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