Html Css Color HEX #F12EAC Persian Rose

📋 copy color: '#F12EAC'

red 241 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #F12EAC

Tints of Persian Rose #F12EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.02%

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 52.51%
G = 10.02%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F12EAC (or 0xF12EAC) is known color: Persian Rose. HEX triplet: F1, 2E and AC. RGB value is (241,46,172). Sum of RGB (Red+Green+Blue) = 241+46+172=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F12EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12EAC is #0ED153. Grayscale: #767676. Windows color (decimal): -971092 or 11284209. OLE color: 11284209.

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

Color convert

RGB 241 46 172 -
CMYK 0 0.81 0.29 0.05
HSL 321.23º 0.87% 0.56% -
HSV(B) 321.23º 0.81% 0.95% -
XYZ 44.7 23.63 41.24 -
YUV 118.67 158.1 215.25 -
System Red Green Blue C M Y K H S L
Decimal 241 46 172 0 0.81 0.29 0.05 321.23 0.87 0.56
Hex F1 2E AC 0 51 1D 5 141 57 38
Octal 361 56 254 0 121 35 5 501 127 70
Binary 11110001 101110 10101100 0 1010001 11101 101 101000001 1010111 111000

Color Harmonies of #F12EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12EAC

Black with #F12EAC

Text Example


Text Example

White with #F12EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12EAC; }

 p { color: rgb(241,46,172); }

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

background-color css

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

 a { background-color: rgb(241,46,172); }

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

border-color css

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

 span { border-color: rgb(241,46,172); }

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