Html Css Color HEX #FD6696 Brilliant Rose

📋 copy color: '#FD6696'

red 253 ◦ green 102 ◦ blue 150

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

Shades of Brilliant Rose #FD6696

Tints of Brilliant Rose #FD6696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.7%

R = 50.1%
G = 20.2%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD6696 (or 0xFD6696) is known color: Brilliant Rose. HEX triplet: FD, 66 and 96. RGB value is (253,102,150). Sum of RGB (Red+Green+Blue) = 253+102+150=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6696 is #029969. Grayscale: #989898. Windows color (decimal): -170346 or 9856765. OLE color: 9856765.

HSL color Cylindrical-coordinate representation of color #FD6696: hue angle of 340.93º 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 #FD6696 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 102 150 -
CMYK 0 0.60 0.41 0.01
HSL 340.93º 0.97% 0.7% -
HSV(B) 340.93º 0.6% 0.99% -
XYZ 50.76 32.59 32.47 -
YUV 152.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 253 102 150 0 0.60 0.41 0.01 340.93 0.97 0.7
Hex FD 66 96 0 3C 29 1 155 61 46
Octal 375 146 226 0 74 51 1 525 141 106
Binary 11111101 1100110 10010110 0 111100 101001 1 101010101 1100001 1000110

Color Harmonies of #FD6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6696

Black with #FD6696

Text Example


Text Example

White with #FD6696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6696; }

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

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

background-color css

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

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

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

border-color css

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

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

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