Html Css Color HEX #FD659C Brilliant Rose

📋 copy color: '#FD659C'

red 253 ◦ green 101 ◦ blue 156

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

Shades of Brilliant Rose #FD659C

Tints of Brilliant Rose #FD659C

RGB

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

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

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

R = 49.61%
G = 19.8%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD659C (or 0xFD659C) is known color: Brilliant Rose. HEX triplet: FD, 65 and 9C. RGB value is (253,101,156). Sum of RGB (Red+Green+Blue) = 253+101+156=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD659C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD659C is #029A63. Grayscale: #989898. Windows color (decimal): -170596 or 10249725. OLE color: 10249725.

HSL color Cylindrical-coordinate representation of color #FD659C: hue angle of 338.29º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD659C is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 156 -
CMYK 0 0.60 0.38 0.01
HSL 338.29º 0.97% 0.69% -
HSV(B) 338.29º 0.6% 0.99% -
XYZ 51.16 32.59 35.05 -
YUV 152.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 253 101 156 0 0.60 0.38 0.01 338.29 0.97 0.69
Hex FD 65 9C 0 3C 26 1 152 61 45
Octal 375 145 234 0 74 46 1 522 141 105
Binary 11111101 1100101 10011100 0 111100 100110 1 101010010 1100001 1000101

Color Harmonies of #FD659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD659C

Black with #FD659C

Text Example


Text Example

White with #FD659C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD659C; }

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

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

background-color css

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

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

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

border-color css

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

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

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