Html Css Color HEX #FA699D Brilliant Rose

📋 copy color: '#FA699D'

red 250 ◦ green 105 ◦ blue 157

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

Shades of Brilliant Rose #FA699D

Tints of Brilliant Rose #FA699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.51%

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 48.83%
G = 20.51%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA699D (or 0xFA699D) is known color: Brilliant Rose. HEX triplet: FA, 69 and 9D. RGB value is (250,105,157). Sum of RGB (Red+Green+Blue) = 250+105+157=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA699D is #059662. Grayscale: #9A9A9A. Windows color (decimal): -366179 or 10316282. OLE color: 10316282.

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

Color convert

RGB 250 105 157 -
CMYK 0 0.58 0.37 0.02
HSL 338.48º 0.94% 0.7% -
HSV(B) 338.48º 0.58% 0.98% -
XYZ 50.56 32.86 35.58 -
YUV 154.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 250 105 157 0 0.58 0.37 0.02 338.48 0.94 0.7
Hex FA 69 9D 0 3A 25 2 152 5E 46
Octal 372 151 235 0 72 45 2 522 136 106
Binary 11111010 1101001 10011101 0 111010 100101 10 101010010 1011110 1000110

Color Harmonies of #FA699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA699D

Black with #FA699D

Text Example


Text Example

White with #FA699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA699D; }

 p { color: rgb(250,105,157); }

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

background-color css

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

 a { background-color: rgb(250,105,157); }

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

border-color css

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

 span { border-color: rgb(250,105,157); }

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