Html Css Color HEX #FA699C Brilliant Rose

📋 copy color: '#FA699C'

red 250 ◦ green 105 ◦ blue 156

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

Shades of Brilliant Rose #FA699C

Tints of Brilliant Rose #FA699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.53%

R = 48.92%
G = 20.55%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA699C (or 0xFA699C) is known color: Brilliant Rose. HEX triplet: FA, 69 and 9C. RGB value is (250,105,156). Sum of RGB (Red+Green+Blue) = 250+105+156=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA699C is #059663. Grayscale: #9A9A9A. Windows color (decimal): -366180 or 10250746. OLE color: 10250746.

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

Color convert

RGB 250 105 156 -
CMYK 0 0.58 0.38 0.02
HSL 338.9º 0.94% 0.7% -
HSV(B) 338.9º 0.58% 0.98% -
XYZ 50.48 32.83 35.13 -
YUV 154.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 250 105 156 0 0.58 0.38 0.02 338.9 0.94 0.7
Hex FA 69 9C 0 3A 26 2 153 5E 46
Octal 372 151 234 0 72 46 2 523 136 106
Binary 11111010 1101001 10011100 0 111010 100110 10 101010011 1011110 1000110

Color Harmonies of #FA699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA699C

Black with #FA699C

Text Example


Text Example

White with #FA699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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