Html Css Color HEX #F9699D Brilliant Rose

📋 copy color: '#F9699D'

red 249 ◦ green 105 ◦ blue 157

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

Shades of Brilliant Rose #F9699D

Tints of Brilliant Rose #F9699D

RGB

 RED value IS 249 (97.66% from 255) = 48.73%

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

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

R = 48.73%
G = 20.55%
B = 30.72%

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

#F9699D (or 0xF9699D) is known color: Brilliant Rose. HEX triplet: F9, 69 and 9D. RGB value is (249,105,157). Sum of RGB (Red+Green+Blue) = 249+105+157=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F9699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9699D is #069662. Grayscale: #999999. Windows color (decimal): -431715 or 10316281. OLE color: 10316281.

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

Color convert

RGB 249 105 157 -
CMYK 0 0.58 0.37 0.02
HSL 338.33º 0.92% 0.69% -
HSV(B) 338.33º 0.58% 0.98% -
XYZ 50.2 32.68 35.56 -
YUV 153.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 249 105 157 0 0.58 0.37 0.02 338.33 0.92 0.69
Hex F9 69 9D 0 3A 25 2 152 5C 45
Octal 371 151 235 0 72 45 2 522 134 105
Binary 11111001 1101001 10011101 0 111010 100101 10 101010010 1011100 1000101

Color Harmonies of #F9699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9699D

Black with #F9699D

Text Example


Text Example

White with #F9699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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