Html Css Color HEX #FA6696 Brilliant Rose

📋 copy color: '#FA6696'

red 250 ◦ green 102 ◦ blue 150

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

Shades of Brilliant Rose #FA6696

Tints of Brilliant Rose #FA6696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.32%

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

R = 49.8%
G = 20.32%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA6696 (or 0xFA6696) is known color: Brilliant Rose. HEX triplet: FA, 66 and 96. RGB value is (250,102,150). Sum of RGB (Red+Green+Blue) = 250+102+150=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6696 is #059969. Grayscale: #979797. Windows color (decimal): -366954 or 9856762. OLE color: 9856762.

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

Color convert

RGB 250 102 150 -
CMYK 0 0.59 0.4 0.02
HSL 340.54º 0.94% 0.69% -
HSV(B) 340.54º 0.59% 0.98% -
XYZ 49.68 32.03 32.42 -
YUV 151.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 250 102 150 0 0.59 0.4 0.02 340.54 0.94 0.69
Hex FA 66 96 0 3B 28 2 155 5E 45
Octal 372 146 226 0 73 50 2 525 136 105
Binary 11111010 1100110 10010110 0 111011 101000 10 101010101 1011110 1000101

Color Harmonies of #FA6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6696

Black with #FA6696

Text Example


Text Example

White with #FA6696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6696; }

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

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

background-color css

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

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

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

border-color css

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

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

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