Html Css Color HEX #F9609A Brilliant Rose

📋 copy color: '#F9609A'

red 249 ◦ green 96 ◦ blue 154

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

Shades of Brilliant Rose #F9609A

Tints of Brilliant Rose #F9609A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.24%

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

R = 49.9%
G = 19.24%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9609A (or 0xF9609A) is known color: Brilliant Rose. HEX triplet: F9, 60 and 9A. RGB value is (249,96,154). Sum of RGB (Red+Green+Blue) = 249+96+154=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9609A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9609A is #069F65. Grayscale: #949494. Windows color (decimal): -434022 or 10117369. OLE color: 10117369.

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

Color convert

RGB 249 96 154 -
CMYK 0 0.61 0.38 0.02
HSL 337.25º 0.93% 0.68% -
HSV(B) 337.25º 0.61% 0.98% -
XYZ 49.08 30.84 33.94 -
YUV 148.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 249 96 154 0 0.61 0.38 0.02 337.25 0.93 0.68
Hex F9 60 9A 0 3D 26 2 151 5D 44
Octal 371 140 232 0 75 46 2 521 135 104
Binary 11111001 1100000 10011010 0 111101 100110 10 101010001 1011101 1000100

Color Harmonies of #F9609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9609A

Black with #F9609A

Text Example


Text Example

White with #F9609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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