Html Css Color HEX #F130A3 Persian Rose

📋 copy color: '#F130A3'

red 241 ◦ green 48 ◦ blue 163

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

Shades of Persian Rose #F130A3

Tints of Persian Rose #F130A3

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.62%

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

R = 53.32%
G = 10.62%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F130A3 (or 0xF130A3) is known color: Persian Rose. HEX triplet: F1, 30 and A3. RGB value is (241,48,163). Sum of RGB (Red+Green+Blue) = 241+48+163=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F130A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F130A3 is #0ECF5C. Grayscale: #767676. Windows color (decimal): -970589 or 10694897. OLE color: 10694897.

HSL color Cylindrical-coordinate representation of color #F130A3: hue angle of 324.25º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F130A3 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 163 -
CMYK 0 0.80 0.32 0.05
HSL 324.25º 0.87% 0.57% -
HSV(B) 324.25º 0.8% 0.95% -
XYZ 43.94 23.46 36.86 -
YUV 118.82 152.94 215.15 -
System Red Green Blue C M Y K H S L
Decimal 241 48 163 0 0.80 0.32 0.05 324.25 0.87 0.57
Hex F1 30 A3 0 50 20 5 144 57 39
Octal 361 60 243 0 120 40 5 504 127 71
Binary 11110001 110000 10100011 0 1010000 100000 101 101000100 1010111 111001

Color Harmonies of #F130A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130A3

Black with #F130A3

Text Example


Text Example

White with #F130A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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