Html Css Color HEX #F127AB Persian Rose

📋 copy color: '#F127AB'

red 241 ◦ green 39 ◦ blue 171

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

Shades of Persian Rose #F127AB

Tints of Persian Rose #F127AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 53.44%
G = 8.65%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F127AB (or 0xF127AB) is known color: Persian Rose. HEX triplet: F1, 27 and AB. RGB value is (241,39,171). Sum of RGB (Red+Green+Blue) = 241+39+171=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F127AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F127AB is #0ED854. Grayscale: #727272. Windows color (decimal): -972885 or 11216881. OLE color: 11216881.

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

Color convert

RGB 241 39 171 -
CMYK 0 0.84 0.29 0.05
HSL 320.79º 0.88% 0.55% -
HSV(B) 320.79º 0.84% 0.95% -
XYZ 44.35 23.09 40.65 -
YUV 114.45 159.92 218.27 -
System Red Green Blue C M Y K H S L
Decimal 241 39 171 0 0.84 0.29 0.05 320.79 0.88 0.55
Hex F1 27 AB 0 54 1D 5 141 58 37
Octal 361 47 253 0 124 35 5 501 130 67
Binary 11110001 100111 10101011 0 1010100 11101 101 101000001 1011000 110111

Color Harmonies of #F127AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127AB

Black with #F127AB

Text Example


Text Example

White with #F127AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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