Html Css Color HEX #FA6099 Brilliant Rose

📋 copy color: '#FA6099'

red 250 ◦ green 96 ◦ blue 153

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

Shades of Brilliant Rose #FA6099

Tints of Brilliant Rose #FA6099

RGB

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

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

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

R = 50.1%
G = 19.24%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA6099 (or 0xFA6099) is known color: Brilliant Rose. HEX triplet: FA, 60 and 99. RGB value is (250,96,153). Sum of RGB (Red+Green+Blue) = 250+96+153=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6099 is #059F66. Grayscale: #949494. Windows color (decimal): -368487 or 10051834. OLE color: 10051834.

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

Color convert

RGB 250 96 153 -
CMYK 0 0.62 0.39 0.02
HSL 337.79º 0.94% 0.68% -
HSV(B) 337.79º 0.62% 0.98% -
XYZ 49.36 30.99 33.52 -
YUV 148.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 250 96 153 0 0.62 0.39 0.02 337.79 0.94 0.68
Hex FA 60 99 0 3E 27 2 152 5E 44
Octal 372 140 231 0 76 47 2 522 136 104
Binary 11111010 1100000 10011001 0 111110 100111 10 101010010 1011110 1000100

Color Harmonies of #FA6099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6099

Black with #FA6099

Text Example


Text Example

White with #FA6099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6099; }

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

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

background-color css

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

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

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

border-color css

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

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

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