Html Css Color HEX #FA52B2 Brilliant Rose

📋 copy color: '#FA52B2'

red 250 ◦ green 82 ◦ blue 178

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

Shades of Brilliant Rose #FA52B2

Tints of Brilliant Rose #FA52B2

RGB

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

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

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

R = 49.02%
G = 16.08%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA52B2 (or 0xFA52B2) is known color: Brilliant Rose. HEX triplet: FA, 52 and B2. RGB value is (250,82,178). Sum of RGB (Red+Green+Blue) = 250+82+178=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA52B2 is #05AD4D. Grayscale: #8E8E8E. Windows color (decimal): -372046 or 11686650. OLE color: 11686650.

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

Color convert

RGB 250 82 178 -
CMYK 0 0.67 0.29 0.02
HSL 325.71º 0.94% 0.65% -
HSV(B) 325.71º 0.67% 0.98% -
XYZ 50.48 29.57 45.17 -
YUV 143.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 250 82 178 0 0.67 0.29 0.02 325.71 0.94 0.65
Hex FA 52 B2 0 43 1D 2 146 5E 41
Octal 372 122 262 0 103 35 2 506 136 101
Binary 11111010 1010010 10110010 0 1000011 11101 10 101000110 1011110 1000001

Color Harmonies of #FA52B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52B2

Black with #FA52B2

Text Example


Text Example

White with #FA52B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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