Html Css Color HEX #F9649A Brilliant Rose

📋 copy color: '#F9649A'

red 249 ◦ green 100 ◦ blue 154

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

Shades of Brilliant Rose #F9649A

Tints of Brilliant Rose #F9649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.88%

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

R = 49.5%
G = 19.88%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9649A (or 0xF9649A) is known color: Brilliant Rose. HEX triplet: F9, 64 and 9A. RGB value is (249,100,154). Sum of RGB (Red+Green+Blue) = 249+100+154=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9649A is #069B65. Grayscale: #969696. Windows color (decimal): -432998 or 10118393. OLE color: 10118393.

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

Color convert

RGB 249 100 154 -
CMYK 0 0.60 0.38 0.02
HSL 338.26º 0.93% 0.68% -
HSV(B) 338.26º 0.6% 0.98% -
XYZ 49.46 31.59 34.06 -
YUV 150.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 249 100 154 0 0.60 0.38 0.02 338.26 0.93 0.68
Hex F9 64 9A 0 3C 26 2 152 5D 44
Octal 371 144 232 0 74 46 2 522 135 104
Binary 11111001 1100100 10011010 0 111100 100110 10 101010010 1011101 1000100

Color Harmonies of #F9649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9649A

Black with #F9649A

Text Example


Text Example

White with #F9649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9649A; }

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

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

background-color css

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

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

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

border-color css

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

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

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