Html Css Color HEX #F9699B Brilliant Rose

📋 copy color: '#F9699B'

red 249 ◦ green 105 ◦ blue 155

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

Shades of Brilliant Rose #F9699B

Tints of Brilliant Rose #F9699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.45%

R = 48.92%
G = 20.63%
B = 30.45%

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

#F9699B (or 0xF9699B) is known color: Brilliant Rose. HEX triplet: F9, 69 and 9B. RGB value is (249,105,155). Sum of RGB (Red+Green+Blue) = 249+105+155=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F9699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9699B is #069664. Grayscale: #999999. Windows color (decimal): -431717 or 10185209. OLE color: 10185209.

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

Color convert

RGB 249 105 155 -
CMYK 0 0.58 0.38 0.02
HSL 339.17º 0.92% 0.69% -
HSV(B) 339.17º 0.58% 0.98% -
XYZ 50.03 32.61 34.67 -
YUV 153.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 249 105 155 0 0.58 0.38 0.02 339.17 0.92 0.69
Hex F9 69 9B 0 3A 26 2 153 5C 45
Octal 371 151 233 0 72 46 2 523 134 105
Binary 11111001 1101001 10011011 0 111010 100110 10 101010011 1011100 1000101

Color Harmonies of #F9699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9699B

Black with #F9699B

Text Example


Text Example

White with #F9699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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