Html Css Color HEX #FC34AF Persian Rose

📋 copy color: '#FC34AF'

red 252 ◦ green 52 ◦ blue 175

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

Shades of Persian Rose #FC34AF

Tints of Persian Rose #FC34AF

RGB

 RED value IS 252 (98.83% from 255) = 52.61%

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

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 52.61%
G = 10.86%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC34AF (or 0xFC34AF) is known color: Persian Rose. HEX triplet: FC, 34 and AF. RGB value is (252,52,175). Sum of RGB (Red+Green+Blue) = 252+52+175=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC34AF is #03CB50. Grayscale: #7D7D7D. Windows color (decimal): -248657 or 11482364. OLE color: 11482364.

HSL color Cylindrical-coordinate representation of color #FC34AF: hue angle of 323.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC34AF is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 52 175 -
CMYK 0 0.79 0.31 0.01
HSL 323.1º 0.97% 0.6% -
HSV(B) 323.1º 0.79% 0.99% -
XYZ 49.11 26.25 43.04 -
YUV 125.82 155.76 218 -
System Red Green Blue C M Y K H S L
Decimal 252 52 175 0 0.79 0.31 0.01 323.1 0.97 0.6
Hex FC 34 AF 0 4F 1F 1 143 61 3C
Octal 374 64 257 0 117 37 1 503 141 74
Binary 11111100 110100 10101111 0 1001111 11111 1 101000011 1100001 111100

Color Harmonies of #FC34AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC34AF

Black with #FC34AF

Text Example


Text Example

White with #FC34AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC34AF; }

 p { color: rgb(252,52,175); }

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

background-color css

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

 a { background-color: rgb(252,52,175); }

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

border-color css

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

 span { border-color: rgb(252,52,175); }

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