Html Css Color HEX #F9699A Brilliant Rose

📋 copy color: '#F9699A'

red 249 ◦ green 105 ◦ blue 154

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

Shades of Brilliant Rose #F9699A

Tints of Brilliant Rose #F9699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.31%

R = 49.02%
G = 20.67%
B = 30.31%

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

#F9699A (or 0xF9699A) is known color: Brilliant Rose. HEX triplet: F9, 69 and 9A. RGB value is (249,105,154). Sum of RGB (Red+Green+Blue) = 249+105+154=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9699A is #069665. Grayscale: #999999. Windows color (decimal): -431718 or 10119673. OLE color: 10119673.

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

Color convert

RGB 249 105 154 -
CMYK 0 0.58 0.38 0.02
HSL 339.58º 0.92% 0.69% -
HSV(B) 339.58º 0.58% 0.98% -
XYZ 49.95 32.58 34.23 -
YUV 153.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 249 105 154 0 0.58 0.38 0.02 339.58 0.92 0.69
Hex F9 69 9A 0 3A 26 2 154 5C 45
Octal 371 151 232 0 72 46 2 524 134 105
Binary 11111001 1101001 10011010 0 111010 100110 10 101010100 1011100 1000101

Color Harmonies of #F9699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9699A

Black with #F9699A

Text Example


Text Example

White with #F9699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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