Html Css Color HEX #FA35B2 Persian Rose

📋 copy color: '#FA35B2'

red 250 ◦ green 53 ◦ blue 178

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

Shades of Persian Rose #FA35B2

Tints of Persian Rose #FA35B2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.02%

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 51.98%
G = 11.02%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA35B2 (or 0xFA35B2) is known color: Persian Rose. HEX triplet: FA, 35 and B2. RGB value is (250,53,178). Sum of RGB (Red+Green+Blue) = 250+53+178=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA35B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA35B2 is #05CA4D. Grayscale: #7D7D7D. Windows color (decimal): -379470 or 11679226. OLE color: 11679226.

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

Color convert

RGB 250 53 178 -
CMYK 0 0.79 0.29 0.02
HSL 321.93º 0.95% 0.59% -
HSV(B) 321.93º 0.79% 0.98% -
XYZ 48.73 26.08 44.59 -
YUV 126.15 157.27 216.34 -
System Red Green Blue C M Y K H S L
Decimal 250 53 178 0 0.79 0.29 0.02 321.93 0.95 0.59
Hex FA 35 B2 0 4F 1D 2 142 5F 3B
Octal 372 65 262 0 117 35 2 502 137 73
Binary 11111010 110101 10110010 0 1001111 11101 10 101000010 1011111 111011

Color Harmonies of #FA35B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA35B2

Black with #FA35B2

Text Example


Text Example

White with #FA35B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA35B2; }

 p { color: rgb(250,53,178); }

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

background-color css

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

 a { background-color: rgb(250,53,178); }

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

border-color css

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

 span { border-color: rgb(250,53,178); }

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