Html Css Color HEX #FA6599 Brilliant Rose

📋 copy color: '#FA6599'

red 250 ◦ green 101 ◦ blue 153

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

Shades of Brilliant Rose #FA6599

Tints of Brilliant Rose #FA6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.04%

 BLUE value IS 153 (60.16% from 255) = 30.36%

R = 49.6%
G = 20.04%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA6599 (or 0xFA6599) is known color: Brilliant Rose. HEX triplet: FA, 65 and 99. RGB value is (250,101,153). Sum of RGB (Red+Green+Blue) = 250+101+153=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6599 is #059A66. Grayscale: #979797. Windows color (decimal): -367207 or 10053114. OLE color: 10053114.

HSL color Cylindrical-coordinate representation of color #FA6599: hue angle of 339.06º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6599 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 153 -
CMYK 0 0.60 0.39 0.02
HSL 339.06º 0.94% 0.69% -
HSV(B) 339.06º 0.6% 0.98% -
XYZ 49.83 31.93 33.67 -
YUV 151.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 250 101 153 0 0.60 0.39 0.02 339.06 0.94 0.69
Hex FA 65 99 0 3C 27 2 153 5E 45
Octal 372 145 231 0 74 47 2 523 136 105
Binary 11111010 1100101 10011001 0 111100 100111 10 101010011 1011110 1000101

Color Harmonies of #FA6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6599

Black with #FA6599

Text Example


Text Example

White with #FA6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6599; }

 p { color: rgb(250,101,153); }

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

background-color css

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

 a { background-color: rgb(250,101,153); }

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

border-color css

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

 span { border-color: rgb(250,101,153); }

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