Html Css Color HEX #FA33A7 Persian Rose

📋 copy color: '#FA33A7'

red 250 ◦ green 51 ◦ blue 167

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

Shades of Persian Rose #FA33A7

Tints of Persian Rose #FA33A7

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.9%

 BLUE value IS 167 (65.63% from 255) = 35.68%

R = 53.42%
G = 10.9%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA33A7 (or 0xFA33A7) is known color: Persian Rose. HEX triplet: FA, 33 and A7. RGB value is (250,51,167). Sum of RGB (Red+Green+Blue) = 250+51+167=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA33A7 is #05CC58. Grayscale: #7B7B7B. Windows color (decimal): -379993 or 10957818. OLE color: 10957818.

HSL color Cylindrical-coordinate representation of color #FA33A7: hue angle of 325.03º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA33A7 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 167 -
CMYK 0 0.80 0.33 0.02
HSL 325.03º 0.95% 0.59% -
HSV(B) 325.03º 0.8% 0.98% -
XYZ 47.58 25.48 38.97 -
YUV 123.73 152.43 218.07 -
System Red Green Blue C M Y K H S L
Decimal 250 51 167 0 0.80 0.33 0.02 325.03 0.95 0.59
Hex FA 33 A7 0 50 21 2 145 5F 3B
Octal 372 63 247 0 120 41 2 505 137 73
Binary 11111010 110011 10100111 0 1010000 100001 10 101000101 1011111 111011

Color Harmonies of #FA33A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33A7

Black with #FA33A7

Text Example


Text Example

White with #FA33A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33A7; }

 p { color: rgb(250,51,167); }

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

background-color css

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

 a { background-color: rgb(250,51,167); }

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

border-color css

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

 span { border-color: rgb(250,51,167); }

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