Html Css Color HEX #F134AD Persian Rose

📋 copy color: '#F134AD'

red 241 ◦ green 52 ◦ blue 173

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

Shades of Persian Rose #F134AD

Tints of Persian Rose #F134AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.16%

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 51.72%
G = 11.16%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F134AD (or 0xF134AD) is known color: Persian Rose. HEX triplet: F1, 34 and AD. RGB value is (241,52,173). Sum of RGB (Red+Green+Blue) = 241+52+173=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F134AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F134AD is #0ECB52. Grayscale: #7A7A7A. Windows color (decimal): -969555 or 11351281. OLE color: 11351281.

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

Color convert

RGB 241 52 173 -
CMYK 0 0.78 0.28 0.05
HSL 321.59º 0.87% 0.57% -
HSV(B) 321.59º 0.78% 0.95% -
XYZ 45.05 24.17 41.83 -
YUV 122.31 156.62 212.66 -
System Red Green Blue C M Y K H S L
Decimal 241 52 173 0 0.78 0.28 0.05 321.59 0.87 0.57
Hex F1 34 AD 0 4E 1C 5 142 57 39
Octal 361 64 255 0 116 34 5 502 127 71
Binary 11110001 110100 10101101 0 1001110 11100 101 101000010 1010111 111001

Color Harmonies of #F134AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134AD

Black with #F134AD

Text Example


Text Example

White with #F134AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134AD; }

 p { color: rgb(241,52,173); }

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

background-color css

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

 a { background-color: rgb(241,52,173); }

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

border-color css

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

 span { border-color: rgb(241,52,173); }

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