Html Css Color HEX #F12CA3 Persian Rose

📋 copy color: '#F12CA3'

red 241 ◦ green 44 ◦ blue 163

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

Shades of Persian Rose #F12CA3

Tints of Persian Rose #F12CA3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.82%

 BLUE value IS 163 (64.06% from 255) = 36.38%

R = 53.79%
G = 9.82%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F12CA3 (or 0xF12CA3) is known color: Persian Rose. HEX triplet: F1, 2C and A3. RGB value is (241,44,163). Sum of RGB (Red+Green+Blue) = 241+44+163=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12CA3 is #0ED35C. Grayscale: #747474. Windows color (decimal): -971613 or 10693873. OLE color: 10693873.

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

Color convert

RGB 241 44 163 -
CMYK 0 0.82 0.32 0.05
HSL 323.76º 0.88% 0.56% -
HSV(B) 323.76º 0.82% 0.95% -
XYZ 43.79 23.15 36.81 -
YUV 116.47 154.27 216.82 -
System Red Green Blue C M Y K H S L
Decimal 241 44 163 0 0.82 0.32 0.05 323.76 0.88 0.56
Hex F1 2C A3 0 52 20 5 144 58 38
Octal 361 54 243 0 122 40 5 504 130 70
Binary 11110001 101100 10100011 0 1010010 100000 101 101000100 1011000 111000

Color Harmonies of #F12CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CA3

Black with #F12CA3

Text Example


Text Example

White with #F12CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CA3; }

 p { color: rgb(241,44,163); }

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

background-color css

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

 a { background-color: rgb(241,44,163); }

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

border-color css

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

 span { border-color: rgb(241,44,163); }

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