Html Css Color HEX #FA34A6 Persian Rose

📋 copy color: '#FA34A6'

red 250 ◦ green 52 ◦ blue 166

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

Shades of Persian Rose #FA34A6

Tints of Persian Rose #FA34A6

RGB

 RED value IS 250 (98.05% from 255) = 53.42%

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

 BLUE value IS 166 (65.23% from 255) = 35.47%

R = 53.42%
G = 11.11%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA34A6 (or 0xFA34A6) is known color: Persian Rose. HEX triplet: FA, 34 and A6. RGB value is (250,52,166). Sum of RGB (Red+Green+Blue) = 250+52+166=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA34A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA34A6 is #05CB59. Grayscale: #7B7B7B. Windows color (decimal): -379738 or 10892538. OLE color: 10892538.

HSL color Cylindrical-coordinate representation of color #FA34A6: hue angle of 325.45º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA34A6 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 52 166 -
CMYK 0 0.79 0.34 0.02
HSL 325.45º 0.95% 0.59% -
HSV(B) 325.45º 0.79% 0.98% -
XYZ 47.54 25.53 38.5 -
YUV 124.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 250 52 166 0 0.79 0.34 0.02 325.45 0.95 0.59
Hex FA 34 A6 0 4F 22 2 145 5F 3B
Octal 372 64 246 0 117 42 2 505 137 73
Binary 11111010 110100 10100110 0 1001111 100010 10 101000101 1011111 111011

Color Harmonies of #FA34A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA34A6

Black with #FA34A6

Text Example


Text Example

White with #FA34A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA34A6; }

 p { color: rgb(250,52,166); }

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

background-color css

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

 a { background-color: rgb(250,52,166); }

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

border-color css

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

 span { border-color: rgb(250,52,166); }

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