Html Css Color HEX #F12993 Wild Strawberry

📋 copy color: '#F12993'

red 241 ◦ green 41 ◦ blue 147

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

Shades of Wild Strawberry #F12993

Tints of Wild Strawberry #F12993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.56%

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

R = 56.18%
G = 9.56%
B = 34.27%

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

#F12993 (or 0xF12993) is known color: Wild Strawberry. HEX triplet: F1, 29 and 93. RGB value is (241,41,147). Sum of RGB (Red+Green+Blue) = 241+41+147=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F12993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12993 is #0ED66C. Grayscale: #707070. Windows color (decimal): -972397 or 9644529. OLE color: 9644529.

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

Color convert

RGB 241 41 147 -
CMYK 0 0.83 0.39 0.05
HSL 328.2º 0.88% 0.55% -
HSV(B) 328.2º 0.83% 0.95% -
XYZ 42.34 22.39 29.69 -
YUV 112.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 241 41 147 0 0.83 0.39 0.05 328.2 0.88 0.55
Hex F1 29 93 0 53 27 5 148 58 37
Octal 361 51 223 0 123 47 5 510 130 67
Binary 11110001 101001 10010011 0 1010011 100111 101 101001000 1011000 110111

Color Harmonies of #F12993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12993

Black with #F12993

Text Example


Text Example

White with #F12993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12993; }

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

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

background-color css

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

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

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

border-color css

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

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

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