Html Css Color HEX #FA3FAF Persian Rose

📋 copy color: '#FA3FAF'

red 250 ◦ green 63 ◦ blue 175

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

Shades of Persian Rose #FA3FAF

Tints of Persian Rose #FA3FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.91%

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

R = 51.23%
G = 12.91%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA3FAF (or 0xFA3FAF) is known color: Persian Rose. HEX triplet: FA, 3F and AF. RGB value is (250,63,175). Sum of RGB (Red+Green+Blue) = 250+63+175=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3FAF is #05C050. Grayscale: #838383. Windows color (decimal): -376913 or 11485178. OLE color: 11485178.

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

Color convert

RGB 250 63 175 -
CMYK 0 0.75 0.3 0.02
HSL 324.06º 0.95% 0.61% -
HSV(B) 324.06º 0.75% 0.98% -
XYZ 48.94 26.97 43.18 -
YUV 131.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 250 63 175 0 0.75 0.3 0.02 324.06 0.95 0.61
Hex FA 3F AF 0 4B 1E 2 144 5F 3D
Octal 372 77 257 0 113 36 2 504 137 75
Binary 11111010 111111 10101111 0 1001011 11110 10 101000100 1011111 111101

Color Harmonies of #FA3FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3FAF

Black with #FA3FAF

Text Example


Text Example

White with #FA3FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3FAF; }

 p { color: rgb(250,63,175); }

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

background-color css

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

 a { background-color: rgb(250,63,175); }

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

border-color css

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

 span { border-color: rgb(250,63,175); }

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