Html Css Color HEX #FA53A7 Brilliant Rose

📋 copy color: '#FA53A7'

red 250 ◦ green 83 ◦ blue 167

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

Shades of Brilliant Rose #FA53A7

Tints of Brilliant Rose #FA53A7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.6%

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

R = 50%
G = 16.6%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA53A7 (or 0xFA53A7) is known color: Brilliant Rose. HEX triplet: FA, 53 and A7. RGB value is (250,83,167). Sum of RGB (Red+Green+Blue) = 250+83+167=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA53A7 is #05AC58. Grayscale: #8E8E8E. Windows color (decimal): -371801 or 10966010. OLE color: 10966010.

HSL color Cylindrical-coordinate representation of color #FA53A7: hue angle of 329.82º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA53A7 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 83 167 -
CMYK 0 0.67 0.33 0.02
HSL 329.82º 0.94% 0.65% -
HSV(B) 329.82º 0.67% 0.98% -
XYZ 49.49 29.3 39.61 -
YUV 142.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 250 83 167 0 0.67 0.33 0.02 329.82 0.94 0.65
Hex FA 53 A7 0 43 21 2 14A 5E 41
Octal 372 123 247 0 103 41 2 512 136 101
Binary 11111010 1010011 10100111 0 1000011 100001 10 101001010 1011110 1000001

Color Harmonies of #FA53A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53A7

Black with #FA53A7

Text Example


Text Example

White with #FA53A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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