Html Css Color HEX #FD669F Brilliant Rose

📋 copy color: '#FD669F'

red 253 ◦ green 102 ◦ blue 159

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

Shades of Brilliant Rose #FD669F

Tints of Brilliant Rose #FD669F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.93%

R = 49.22%
G = 19.84%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD669F (or 0xFD669F) is known color: Brilliant Rose. HEX triplet: FD, 66 and 9F. RGB value is (253,102,159). Sum of RGB (Red+Green+Blue) = 253+102+159=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD669F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD669F is #029960. Grayscale: #999999. Windows color (decimal): -170337 or 10446589. OLE color: 10446589.

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

Color convert

RGB 253 102 159 -
CMYK 0 0.60 0.37 0.01
HSL 337.35º 0.97% 0.7% -
HSV(B) 337.35º 0.6% 0.99% -
XYZ 51.52 32.89 36.43 -
YUV 153.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 253 102 159 0 0.60 0.37 0.01 337.35 0.97 0.7
Hex FD 66 9F 0 3C 25 1 151 61 46
Octal 375 146 237 0 74 45 1 521 141 106
Binary 11111101 1100110 10011111 0 111100 100101 1 101010001 1100001 1000110

Color Harmonies of #FD669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD669F

Black with #FD669F

Text Example


Text Example

White with #FD669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD669F; }

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

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

background-color css

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

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

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

border-color css

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

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

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