Html Css Color HEX #F130AC Persian Rose

📋 copy color: '#F130AC'

red 241 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #F130AC

Tints of Persian Rose #F130AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 52.28%
G = 10.41%
B = 37.31%

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

#F130AC (or 0xF130AC) is known color: Persian Rose. HEX triplet: F1, 30 and AC. RGB value is (241,48,172). Sum of RGB (Red+Green+Blue) = 241+48+172=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F130AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F130AC is #0ECF53. Grayscale: #777777. Windows color (decimal): -970580 or 11284721. OLE color: 11284721.

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

Color convert

RGB 241 48 172 -
CMYK 0 0.80 0.29 0.05
HSL 321.45º 0.87% 0.57% -
HSV(B) 321.45º 0.8% 0.95% -
XYZ 44.78 23.79 41.26 -
YUV 119.84 157.44 214.42 -
System Red Green Blue C M Y K H S L
Decimal 241 48 172 0 0.80 0.29 0.05 321.45 0.87 0.57
Hex F1 30 AC 0 50 1D 5 141 57 39
Octal 361 60 254 0 120 35 5 501 127 71
Binary 11110001 110000 10101100 0 1010000 11101 101 101000001 1010111 111001

Color Harmonies of #F130AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130AC

Black with #F130AC

Text Example


Text Example

White with #F130AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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