Html Css Color HEX #F130A5 Persian Rose

📋 copy color: '#F130A5'

red 241 ◦ green 48 ◦ blue 165

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

Shades of Persian Rose #F130A5

Tints of Persian Rose #F130A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.34%

R = 53.08%
G = 10.57%
B = 36.34%

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

#F130A5 (or 0xF130A5) is known color: Persian Rose. HEX triplet: F1, 30 and A5. RGB value is (241,48,165). Sum of RGB (Red+Green+Blue) = 241+48+165=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F130A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F130A5 is #0ECF5A. Grayscale: #767676. Windows color (decimal): -970587 or 10825969. OLE color: 10825969.

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

Color convert

RGB 241 48 165 -
CMYK 0 0.80 0.32 0.05
HSL 323.63º 0.87% 0.57% -
HSV(B) 323.63º 0.8% 0.95% -
XYZ 44.12 23.53 37.81 -
YUV 119.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 241 48 165 0 0.80 0.32 0.05 323.63 0.87 0.57
Hex F1 30 A5 0 50 20 5 144 57 39
Octal 361 60 245 0 120 40 5 504 127 71
Binary 11110001 110000 10100101 0 1010000 100000 101 101000100 1010111 111001

Color Harmonies of #F130A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130A5

Black with #F130A5

Text Example


Text Example

White with #F130A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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