Html Css Color HEX #F12A93 Wild Strawberry

📋 copy color: '#F12A93'

red 241 ◦ green 42 ◦ blue 147

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

Shades of Wild Strawberry #F12A93

Tints of Wild Strawberry #F12A93

RGB

 RED value IS 241 (94.53% from 255) = 56.05%

 GREEN value IS 42 (16.8% from 255) = 9.77%

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 56.05%
G = 9.77%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F12A93 (or 0xF12A93) is known color: Wild Strawberry. HEX triplet: F1, 2A and 93. RGB value is (241,42,147). Sum of RGB (Red+Green+Blue) = 241+42+147=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12A93 is #0ED56C. Grayscale: #717171. Windows color (decimal): -972141 or 9644785. OLE color: 9644785.

HSL color Cylindrical-coordinate representation of color #F12A93: hue angle of 328.34º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12A93 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 42 147 -
CMYK 0 0.83 0.39 0.05
HSL 328.34º 0.88% 0.55% -
HSV(B) 328.34º 0.83% 0.95% -
XYZ 42.37 22.46 29.71 -
YUV 113.47 146.93 218.96 -
System Red Green Blue C M Y K H S L
Decimal 241 42 147 0 0.83 0.39 0.05 328.34 0.88 0.55
Hex F1 2A 93 0 53 27 5 148 58 37
Octal 361 52 223 0 123 47 5 510 130 67
Binary 11110001 101010 10010011 0 1010011 100111 101 101001000 1011000 110111

Color Harmonies of #F12A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A93

Black with #F12A93

Text Example


Text Example

White with #F12A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A93; }

 p { color: rgb(241,42,147); }

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

background-color css

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

 a { background-color: rgb(241,42,147); }

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

border-color css

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

 span { border-color: rgb(241,42,147); }

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