Html Css Color HEX #F134AC Persian Rose

📋 copy color: '#F134AC'

red 241 ◦ green 52 ◦ blue 172

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

Shades of Persian Rose #F134AC

Tints of Persian Rose #F134AC

RGB

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

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

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

R = 51.83%
G = 11.18%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F134AC (or 0xF134AC) is known color: Persian Rose. HEX triplet: F1, 34 and AC. RGB value is (241,52,172). Sum of RGB (Red+Green+Blue) = 241+52+172=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F134AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F134AC is #0ECB53. Grayscale: #797979. Windows color (decimal): -969556 or 11285745. OLE color: 11285745.

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

Color convert

RGB 241 52 172 -
CMYK 0 0.78 0.29 0.05
HSL 321.9º 0.87% 0.57% -
HSV(B) 321.9º 0.78% 0.95% -
XYZ 44.95 24.14 41.32 -
YUV 122.19 156.12 212.74 -
System Red Green Blue C M Y K H S L
Decimal 241 52 172 0 0.78 0.29 0.05 321.9 0.87 0.57
Hex F1 34 AC 0 4E 1D 5 142 57 39
Octal 361 64 254 0 116 35 5 502 127 71
Binary 11110001 110100 10101100 0 1001110 11101 101 101000010 1010111 111001

Color Harmonies of #F134AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134AC

Black with #F134AC

Text Example


Text Example

White with #F134AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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