Html Css Color HEX #F127A3 Persian Rose

📋 copy color: '#F127A3'

red 241 ◦ green 39 ◦ blue 163

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

Shades of Persian Rose #F127A3

Tints of Persian Rose #F127A3

RGB

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

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

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

R = 54.4%
G = 8.8%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F127A3 (or 0xF127A3) is known color: Persian Rose. HEX triplet: F1, 27 and A3. RGB value is (241,39,163). Sum of RGB (Red+Green+Blue) = 241+39+163=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F127A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F127A3 is #0ED85C. Grayscale: #717171. Windows color (decimal): -972893 or 10692593. OLE color: 10692593.

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

Color convert

RGB 241 39 163 -
CMYK 0 0.84 0.32 0.05
HSL 323.17º 0.88% 0.55% -
HSV(B) 323.17º 0.84% 0.95% -
XYZ 43.61 22.8 36.75 -
YUV 113.53 155.92 218.92 -
System Red Green Blue C M Y K H S L
Decimal 241 39 163 0 0.84 0.32 0.05 323.17 0.88 0.55
Hex F1 27 A3 0 54 20 5 143 58 37
Octal 361 47 243 0 124 40 5 503 130 67
Binary 11110001 100111 10100011 0 1010100 100000 101 101000011 1011000 110111

Color Harmonies of #F127A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127A3

Black with #F127A3

Text Example


Text Example

White with #F127A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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