Html Css Color HEX #F12D9E Persian Rose

📋 copy color: '#F12D9E'

red 241 ◦ green 45 ◦ blue 158

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

Shades of Persian Rose #F12D9E

Tints of Persian Rose #F12D9E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.14%

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 54.28%
G = 10.14%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F12D9E (or 0xF12D9E) is known color: Persian Rose. HEX triplet: F1, 2D and 9E. RGB value is (241,45,158). Sum of RGB (Red+Green+Blue) = 241+45+158=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12D9E is #0ED261. Grayscale: #747474. Windows color (decimal): -971362 or 10366449. OLE color: 10366449.

HSL color Cylindrical-coordinate representation of color #F12D9E: hue angle of 325.41º degrees, saturation: 0.88, 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 #F12D9E is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 45 158 -
CMYK 0 0.81 0.34 0.05
HSL 325.41º 0.88% 0.56% -
HSV(B) 325.41º 0.81% 0.95% -
XYZ 43.39 23.05 34.51 -
YUV 116.49 151.43 216.81 -
System Red Green Blue C M Y K H S L
Decimal 241 45 158 0 0.81 0.34 0.05 325.41 0.88 0.56
Hex F1 2D 9E 0 51 22 5 145 58 38
Octal 361 55 236 0 121 42 5 505 130 70
Binary 11110001 101101 10011110 0 1010001 100010 101 101000101 1011000 111000

Color Harmonies of #F12D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D9E

Black with #F12D9E

Text Example


Text Example

White with #F12D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D9E; }

 p { color: rgb(241,45,158); }

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

background-color css

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

 a { background-color: rgb(241,45,158); }

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

border-color css

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

 span { border-color: rgb(241,45,158); }

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