Html Css Color HEX #FA699F Brilliant Rose

📋 copy color: '#FA699F'

red 250 ◦ green 105 ◦ blue 159

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

Shades of Brilliant Rose #FA699F

Tints of Brilliant Rose #FA699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.93%

R = 48.64%
G = 20.43%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA699F (or 0xFA699F) is known color: Brilliant Rose. HEX triplet: FA, 69 and 9F. RGB value is (250,105,159). Sum of RGB (Red+Green+Blue) = 250+105+159=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA699F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA699F is #059660. Grayscale: #9A9A9A. Windows color (decimal): -366177 or 10447354. OLE color: 10447354.

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

Color convert

RGB 250 105 159 -
CMYK 0 0.58 0.36 0.02
HSL 337.66º 0.94% 0.7% -
HSV(B) 337.66º 0.58% 0.98% -
XYZ 50.73 32.93 36.48 -
YUV 154.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 250 105 159 0 0.58 0.36 0.02 337.66 0.94 0.7
Hex FA 69 9F 0 3A 24 2 152 5E 46
Octal 372 151 237 0 72 44 2 522 136 106
Binary 11111010 1101001 10011111 0 111010 100100 10 101010010 1011110 1000110

Color Harmonies of #FA699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA699F

Black with #FA699F

Text Example


Text Example

White with #FA699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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