Html Css Color HEX #F5609A Brilliant Rose

📋 copy color: '#F5609A'

red 245 ◦ green 96 ◦ blue 154

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

Shades of Brilliant Rose #F5609A

Tints of Brilliant Rose #F5609A

RGB

 RED value IS 245 (96.09% from 255) = 49.49%

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

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

R = 49.49%
G = 19.39%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5609A (or 0xF5609A) is known color: Brilliant Rose. HEX triplet: F5, 60 and 9A. RGB value is (245,96,154). Sum of RGB (Red+Green+Blue) = 245+96+154=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5609A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5609A is #0A9F65. Grayscale: #939393. Windows color (decimal): -696166 or 10117365. OLE color: 10117365.

HSL color Cylindrical-coordinate representation of color #F5609A: hue angle of 336.64º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5609A is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 96 154 -
CMYK 0 0.61 0.37 0.04
HSL 336.64º 0.88% 0.67% -
HSV(B) 336.64º 0.61% 0.96% -
XYZ 47.67 30.11 33.87 -
YUV 147.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 245 96 154 0 0.61 0.37 0.04 336.64 0.88 0.67
Hex F5 60 9A 0 3D 25 4 151 58 43
Octal 365 140 232 0 75 45 4 521 130 103
Binary 11110101 1100000 10011010 0 111101 100101 100 101010001 1011000 1000011

Color Harmonies of #F5609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5609A

Black with #F5609A

Text Example


Text Example

White with #F5609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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