Html Css Color HEX #FA669E Brilliant Rose

📋 copy color: '#FA669E'

red 250 ◦ green 102 ◦ blue 158

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

Shades of Brilliant Rose #FA669E

Tints of Brilliant Rose #FA669E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.98%

R = 49.02%
G = 20%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA669E (or 0xFA669E) is known color: Brilliant Rose. HEX triplet: FA, 66 and 9E. RGB value is (250,102,158). Sum of RGB (Red+Green+Blue) = 250+102+158=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA669E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA669E is #059961. Grayscale: #989898. Windows color (decimal): -366946 or 10381050. OLE color: 10381050.

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

Color convert

RGB 250 102 158 -
CMYK 0 0.59 0.37 0.02
HSL 337.3º 0.94% 0.69% -
HSV(B) 337.3º 0.59% 0.98% -
XYZ 50.35 32.3 35.93 -
YUV 152.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 250 102 158 0 0.59 0.37 0.02 337.3 0.94 0.69
Hex FA 66 9E 0 3B 25 2 151 5E 45
Octal 372 146 236 0 73 45 2 521 136 105
Binary 11111010 1100110 10011110 0 111011 100101 10 101010001 1011110 1000101

Color Harmonies of #FA669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA669E

Black with #FA669E

Text Example


Text Example

White with #FA669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA669E; }

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

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

background-color css

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

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

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

border-color css

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

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

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