Html Css Color HEX #FD6699 Brilliant Rose

📋 copy color: '#FD6699'

red 253 ◦ green 102 ◦ blue 153

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

Shades of Brilliant Rose #FD6699

Tints of Brilliant Rose #FD6699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.08%

 BLUE value IS 153 (60.16% from 255) = 30.12%

R = 49.8%
G = 20.08%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD6699 (or 0xFD6699) is known color: Brilliant Rose. HEX triplet: FD, 66 and 99. RGB value is (253,102,153). Sum of RGB (Red+Green+Blue) = 253+102+153=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6699 is #029966. Grayscale: #989898. Windows color (decimal): -170343 or 10053373. OLE color: 10053373.

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

Color convert

RGB 253 102 153 -
CMYK 0 0.60 0.40 0.01
HSL 339.74º 0.97% 0.7% -
HSV(B) 339.74º 0.6% 0.99% -
XYZ 51.01 32.69 33.76 -
YUV 152.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 253 102 153 0 0.60 0.40 0.01 339.74 0.97 0.7
Hex FD 66 99 0 3C 28 1 154 61 46
Octal 375 146 231 0 74 50 1 524 141 106
Binary 11111101 1100110 10011001 0 111100 101000 1 101010100 1100001 1000110

Color Harmonies of #FD6699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6699

Black with #FD6699

Text Example


Text Example

White with #FD6699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6699; }

 p { color: rgb(253,102,153); }

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

background-color css

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

 a { background-color: rgb(253,102,153); }

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

border-color css

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

 span { border-color: rgb(253,102,153); }

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