Html Css Color HEX #FA1D9D Persian Rose

📋 copy color: '#FA1D9D'

red 250 ◦ green 29 ◦ blue 157

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

Shades of Persian Rose #FA1D9D

Tints of Persian Rose #FA1D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.65%

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 57.34%
G = 6.65%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA1D9D (or 0xFA1D9D) is known color: Persian Rose. HEX triplet: FA, 1D and 9D. RGB value is (250,29,157). Sum of RGB (Red+Green+Blue) = 250+29+157=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1D9D is #05E262. Grayscale: #6D6D6D. Windows color (decimal): -385635 or 10296826. OLE color: 10296826.

HSL color Cylindrical-coordinate representation of color #FA1D9D: hue angle of 325.25º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1D9D is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 29 157 -
CMYK 0 0.88 0.37 0.02
HSL 325.25º 0.96% 0.55% -
HSV(B) 325.25º 0.88% 0.98% -
XYZ 45.95 23.64 34.04 -
YUV 109.67 154.72 228.09 -
System Red Green Blue C M Y K H S L
Decimal 250 29 157 0 0.88 0.37 0.02 325.25 0.96 0.55
Hex FA 1D 9D 0 58 25 2 145 60 37
Octal 372 35 235 0 130 45 2 505 140 67
Binary 11111010 11101 10011101 0 1011000 100101 10 101000101 1100000 110111

Color Harmonies of #FA1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1D9D

Black with #FA1D9D

Text Example


Text Example

White with #FA1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1D9D; }

 p { color: rgb(250,29,157); }

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

background-color css

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

 a { background-color: rgb(250,29,157); }

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

border-color css

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

 span { border-color: rgb(250,29,157); }

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