Html Css Color HEX #FA3DB3 Persian Rose

📋 copy color: '#FA3DB3'

red 250 ◦ green 61 ◦ blue 179

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

Shades of Persian Rose #FA3DB3

Tints of Persian Rose #FA3DB3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.45%

 BLUE value IS 179 (70.31% from 255) = 36.53%

R = 51.02%
G = 12.45%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA3DB3 (or 0xFA3DB3) is known color: Persian Rose. HEX triplet: FA, 3D and B3. RGB value is (250,61,179). Sum of RGB (Red+Green+Blue) = 250+61+179=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3DB3 is #05C24C. Grayscale: #828282. Windows color (decimal): -377421 or 11746810. OLE color: 11746810.

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

Color convert

RGB 250 61 179 -
CMYK 0 0.76 0.28 0.02
HSL 322.54º 0.95% 0.61% -
HSV(B) 322.54º 0.76% 0.98% -
XYZ 49.23 26.92 45.25 -
YUV 130.96 155.12 212.91 -
System Red Green Blue C M Y K H S L
Decimal 250 61 179 0 0.76 0.28 0.02 322.54 0.95 0.61
Hex FA 3D B3 0 4C 1C 2 143 5F 3D
Octal 372 75 263 0 114 34 2 503 137 75
Binary 11111010 111101 10110011 0 1001100 11100 10 101000011 1011111 111101

Color Harmonies of #FA3DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3DB3

Black with #FA3DB3

Text Example


Text Example

White with #FA3DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3DB3; }

 p { color: rgb(250,61,179); }

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

background-color css

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

 a { background-color: rgb(250,61,179); }

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

border-color css

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

 span { border-color: rgb(250,61,179); }

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