Html Css Color HEX #F127A1 Persian Rose

📋 copy color: '#F127A1'

red 241 ◦ green 39 ◦ blue 161

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

Shades of Persian Rose #F127A1

Tints of Persian Rose #F127A1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.84%

 BLUE value IS 161 (63.28% from 255) = 36.51%

R = 54.65%
G = 8.84%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F127A1 (or 0xF127A1) is known color: Persian Rose. HEX triplet: F1, 27 and A1. RGB value is (241,39,161). Sum of RGB (Red+Green+Blue) = 241+39+161=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F127A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F127A1 is #0ED85E. Grayscale: #717171. Windows color (decimal): -972895 or 10561521. OLE color: 10561521.

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

Color convert

RGB 241 39 161 -
CMYK 0 0.84 0.33 0.05
HSL 323.76º 0.88% 0.55% -
HSV(B) 323.76º 0.84% 0.95% -
XYZ 43.43 22.73 35.82 -
YUV 113.31 154.92 219.08 -
System Red Green Blue C M Y K H S L
Decimal 241 39 161 0 0.84 0.33 0.05 323.76 0.88 0.55
Hex F1 27 A1 0 54 21 5 144 58 37
Octal 361 47 241 0 124 41 5 504 130 67
Binary 11110001 100111 10100001 0 1010100 100001 101 101000100 1011000 110111

Color Harmonies of #F127A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127A1

Black with #F127A1

Text Example


Text Example

White with #F127A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127A1; }

 p { color: rgb(241,39,161); }

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

background-color css

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

 a { background-color: rgb(241,39,161); }

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

border-color css

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

 span { border-color: rgb(241,39,161); }

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