Html Css Color HEX #F23CA2 Wild Strawberry

📋 copy color: '#F23CA2'

red 242 ◦ green 60 ◦ blue 162

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

Shades of Wild Strawberry #F23CA2

Tints of Wild Strawberry #F23CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.91%

R = 52.16%
G = 12.93%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F23CA2 (or 0xF23CA2) is known color: Wild Strawberry. HEX triplet: F2, 3C and A2. RGB value is (242,60,162). Sum of RGB (Red+Green+Blue) = 242+60+162=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23CA2 is #0DC35D. Grayscale: #7D7D7D. Windows color (decimal): -901982 or 10632434. OLE color: 10632434.

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

Color convert

RGB 242 60 162 -
CMYK 0 0.75 0.33 0.05
HSL 326.37º 0.88% 0.59% -
HSV(B) 326.37º 0.75% 0.95% -
XYZ 44.76 24.72 36.59 -
YUV 126.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 242 60 162 0 0.75 0.33 0.05 326.37 0.88 0.59
Hex F2 3C A2 0 4B 21 5 146 58 3B
Octal 362 74 242 0 113 41 5 506 130 73
Binary 11110010 111100 10100010 0 1001011 100001 101 101000110 1011000 111011

Color Harmonies of #F23CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23CA2

Black with #F23CA2

Text Example


Text Example

White with #F23CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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