Html Css Color HEX #FA60A8 Brilliant Rose

📋 copy color: '#FA60A8'

red 250 ◦ green 96 ◦ blue 168

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

Shades of Brilliant Rose #FA60A8

Tints of Brilliant Rose #FA60A8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.68%

 BLUE value IS 168 (66.02% from 255) = 32.68%

R = 48.64%
G = 18.68%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA60A8 (or 0xFA60A8) is known color: Brilliant Rose. HEX triplet: FA, 60 and A8. RGB value is (250,96,168). Sum of RGB (Red+Green+Blue) = 250+96+168=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA60A8 is #059F57. Grayscale: #969696. Windows color (decimal): -368472 or 11034874. OLE color: 11034874.

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

Color convert

RGB 250 96 168 -
CMYK 0 0.62 0.33 0.02
HSL 331.95º 0.94% 0.68% -
HSV(B) 331.95º 0.62% 0.98% -
XYZ 50.68 31.52 40.46 -
YUV 150.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 250 96 168 0 0.62 0.33 0.02 331.95 0.94 0.68
Hex FA 60 A8 0 3E 21 2 14C 5E 44
Octal 372 140 250 0 76 41 2 514 136 104
Binary 11111010 1100000 10101000 0 111110 100001 10 101001100 1011110 1000100

Color Harmonies of #FA60A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60A8

Black with #FA60A8

Text Example


Text Example

White with #FA60A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60A8; }

 p { color: rgb(250,96,168); }

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

background-color css

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

 a { background-color: rgb(250,96,168); }

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

border-color css

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

 span { border-color: rgb(250,96,168); }

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