Html Css Color HEX #FA6096 Brilliant Rose

📋 copy color: '#FA6096'

red 250 ◦ green 96 ◦ blue 150

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

Shades of Brilliant Rose #FA6096

Tints of Brilliant Rose #FA6096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 50.4%
G = 19.35%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA6096 (or 0xFA6096) is known color: Brilliant Rose. HEX triplet: FA, 60 and 96. RGB value is (250,96,150). Sum of RGB (Red+Green+Blue) = 250+96+150=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6096 is #059F69. Grayscale: #949494. Windows color (decimal): -368490 or 9855226. OLE color: 9855226.

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

Color convert

RGB 250 96 150 -
CMYK 0 0.62 0.4 0.02
HSL 338.96º 0.94% 0.68% -
HSV(B) 338.96º 0.62% 0.98% -
XYZ 49.11 30.89 32.23 -
YUV 148.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 250 96 150 0 0.62 0.4 0.02 338.96 0.94 0.68
Hex FA 60 96 0 3E 28 2 153 5E 44
Octal 372 140 226 0 76 50 2 523 136 104
Binary 11111010 1100000 10010110 0 111110 101000 10 101010011 1011110 1000100

Color Harmonies of #FA6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6096

Black with #FA6096

Text Example


Text Example

White with #FA6096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6096; }

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

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

background-color css

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

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

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

border-color css

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

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

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