Html Css Color HEX #FA52AF Brilliant Rose

📋 copy color: '#FA52AF'

red 250 ◦ green 82 ◦ blue 175

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

Shades of Brilliant Rose #FA52AF

Tints of Brilliant Rose #FA52AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.17%

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

R = 49.31%
G = 16.17%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA52AF (or 0xFA52AF) is known color: Brilliant Rose. HEX triplet: FA, 52 and AF. RGB value is (250,82,175). Sum of RGB (Red+Green+Blue) = 250+82+175=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA52AF is #05AD50. Grayscale: #8E8E8E. Windows color (decimal): -372049 or 11490042. OLE color: 11490042.

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

Color convert

RGB 250 82 175 -
CMYK 0 0.67 0.3 0.02
HSL 326.79º 0.94% 0.65% -
HSV(B) 326.79º 0.67% 0.98% -
XYZ 50.18 29.45 43.6 -
YUV 142.83 146.16 204.44 -
System Red Green Blue C M Y K H S L
Decimal 250 82 175 0 0.67 0.3 0.02 326.79 0.94 0.65
Hex FA 52 AF 0 43 1E 2 147 5E 41
Octal 372 122 257 0 103 36 2 507 136 101
Binary 11111010 1010010 10101111 0 1000011 11110 10 101000111 1011110 1000001

Color Harmonies of #FA52AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52AF

Black with #FA52AF

Text Example


Text Example

White with #FA52AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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