Html Css Color HEX #F130AB Persian Rose

📋 copy color: '#F130AB'

red 241 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #F130AB

Tints of Persian Rose #F130AB

RGB

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

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

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

R = 52.39%
G = 10.43%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F130AB (or 0xF130AB) is known color: Persian Rose. HEX triplet: F1, 30 and AB. RGB value is (241,48,171). Sum of RGB (Red+Green+Blue) = 241+48+171=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F130AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F130AB is #0ECF54. Grayscale: #777777. Windows color (decimal): -970581 or 11219185. OLE color: 11219185.

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

Color convert

RGB 241 48 171 -
CMYK 0 0.80 0.29 0.05
HSL 321.76º 0.87% 0.57% -
HSV(B) 321.76º 0.8% 0.95% -
XYZ 44.68 23.75 40.76 -
YUV 119.73 156.94 214.5 -
System Red Green Blue C M Y K H S L
Decimal 241 48 171 0 0.80 0.29 0.05 321.76 0.87 0.57
Hex F1 30 AB 0 50 1D 5 142 57 39
Octal 361 60 253 0 120 35 5 502 127 71
Binary 11110001 110000 10101011 0 1010000 11101 101 101000010 1010111 111001

Color Harmonies of #F130AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130AB

Black with #F130AB

Text Example


Text Example

White with #F130AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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