Html Css Color HEX #FA3FB0 Persian Rose

📋 copy color: '#FA3FB0'

red 250 ◦ green 63 ◦ blue 176

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

Shades of Persian Rose #FA3FB0

Tints of Persian Rose #FA3FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 51.12%
G = 12.88%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA3FB0 (or 0xFA3FB0) is known color: Persian Rose. HEX triplet: FA, 3F and B0. RGB value is (250,63,176). Sum of RGB (Red+Green+Blue) = 250+63+176=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3FB0 is #05C04F. Grayscale: #838383. Windows color (decimal): -376912 or 11550714. OLE color: 11550714.

HSL color Cylindrical-coordinate representation of color #FA3FB0: hue angle of 323.74º 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 #FA3FB0 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 63 176 -
CMYK 0 0.75 0.30 0.02
HSL 323.74º 0.95% 0.61% -
HSV(B) 323.74º 0.75% 0.98% -
XYZ 49.04 27.01 43.7 -
YUV 131.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 250 63 176 0 0.75 0.30 0.02 323.74 0.95 0.61
Hex FA 3F B0 0 4B 1E 2 144 5F 3D
Octal 372 77 260 0 113 36 2 504 137 75
Binary 11111010 111111 10110000 0 1001011 11110 10 101000100 1011111 111101

Color Harmonies of #FA3FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3FB0

Black with #FA3FB0

Text Example


Text Example

White with #FA3FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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