Html Css Color HEX #F534AC Persian Rose

📋 copy color: '#F534AC'

red 245 ◦ green 52 ◦ blue 172

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

Shades of Persian Rose #F534AC

Tints of Persian Rose #F534AC

RGB

 RED value IS 245 (96.09% from 255) = 52.24%

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

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

R = 52.24%
G = 11.09%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F534AC (or 0xF534AC) is known color: Persian Rose. HEX triplet: F5, 34 and AC. RGB value is (245,52,172). Sum of RGB (Red+Green+Blue) = 245+52+172=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F534AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F534AC is #0ACB53. Grayscale: #7B7B7B. Windows color (decimal): -707412 or 11285749. OLE color: 11285749.

HSL color Cylindrical-coordinate representation of color #F534AC: hue angle of 322.69º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F534AC is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 52 172 -
CMYK 0 0.79 0.30 0.04
HSL 322.69º 0.91% 0.58% -
HSV(B) 322.69º 0.79% 0.96% -
XYZ 46.33 24.85 41.38 -
YUV 123.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 245 52 172 0 0.79 0.30 0.04 322.69 0.91 0.58
Hex F5 34 AC 0 4F 1E 4 143 5B 3A
Octal 365 64 254 0 117 36 4 503 133 72
Binary 11110101 110100 10101100 0 1001111 11110 100 101000011 1011011 111010

Color Harmonies of #F534AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F534AC

Black with #F534AC

Text Example


Text Example

White with #F534AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F534AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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