Html Css Color HEX #F9659B Brilliant Rose

📋 copy color: '#F9659B'

red 249 ◦ green 101 ◦ blue 155

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

Shades of Brilliant Rose #F9659B

Tints of Brilliant Rose #F9659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20%

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

R = 49.31%
G = 20%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9659B (or 0xF9659B) is known color: Brilliant Rose. HEX triplet: F9, 65 and 9B. RGB value is (249,101,155). Sum of RGB (Red+Green+Blue) = 249+101+155=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9659B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9659B is #069A64. Grayscale: #979797. Windows color (decimal): -432741 or 10184185. OLE color: 10184185.

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

Color convert

RGB 249 101 155 -
CMYK 0 0.59 0.38 0.02
HSL 338.11º 0.93% 0.69% -
HSV(B) 338.11º 0.59% 0.98% -
XYZ 49.64 31.81 34.53 -
YUV 151.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 249 101 155 0 0.59 0.38 0.02 338.11 0.93 0.69
Hex F9 65 9B 0 3B 26 2 152 5C 45
Octal 371 145 233 0 73 46 2 522 134 105
Binary 11111001 1100101 10011011 0 111011 100110 10 101010010 1011100 1000101

Color Harmonies of #F9659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9659B

Black with #F9659B

Text Example


Text Example

White with #F9659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9659B; }

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

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

background-color css

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

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

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

border-color css

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

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

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