Html Css Color HEX #FD609C Brilliant Rose

📋 copy color: '#FD609C'

red 253 ◦ green 96 ◦ blue 156

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

Shades of Brilliant Rose #FD609C

Tints of Brilliant Rose #FD609C

RGB

 RED value IS 253 (99.22% from 255) = 50.1%

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

 BLUE value IS 156 (61.33% from 255) = 30.89%

R = 50.1%
G = 19.01%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD609C (or 0xFD609C) is known color: Brilliant Rose. HEX triplet: FD, 60 and 9C. RGB value is (253,96,156). Sum of RGB (Red+Green+Blue) = 253+96+156=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD609C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD609C is #029F63. Grayscale: #959595. Windows color (decimal): -171876 or 10248445. OLE color: 10248445.

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

Color convert

RGB 253 96 156 -
CMYK 0 0.62 0.38 0.01
HSL 337.07º 0.98% 0.68% -
HSV(B) 337.07º 0.62% 0.99% -
XYZ 50.69 31.65 34.89 -
YUV 149.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 253 96 156 0 0.62 0.38 0.01 337.07 0.98 0.68
Hex FD 60 9C 0 3E 26 1 151 62 44
Octal 375 140 234 0 76 46 1 521 142 104
Binary 11111101 1100000 10011100 0 111110 100110 1 101010001 1100010 1000100

Color Harmonies of #FD609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD609C

Black with #FD609C

Text Example


Text Example

White with #FD609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD609C; }

 p { color: rgb(253,96,156); }

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

background-color css

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

 a { background-color: rgb(253,96,156); }

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

border-color css

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

 span { border-color: rgb(253,96,156); }

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