Html Css Color HEX #FD689A Brilliant Rose

📋 copy color: '#FD689A'

red 253 ◦ green 104 ◦ blue 154

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

Shades of Brilliant Rose #FD689A

Tints of Brilliant Rose #FD689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.35%

 BLUE value IS 154 (60.55% from 255) = 30.14%

R = 49.51%
G = 20.35%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD689A (or 0xFD689A) is known color: Brilliant Rose. HEX triplet: FD, 68 and 9A. RGB value is (253,104,154). Sum of RGB (Red+Green+Blue) = 253+104+154=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD689A is #029765. Grayscale: #9A9A9A. Windows color (decimal): -169830 or 10119421. OLE color: 10119421.

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

Color convert

RGB 253 104 154 -
CMYK 0 0.59 0.39 0.01
HSL 339.87º 0.97% 0.7% -
HSV(B) 339.87º 0.59% 0.99% -
XYZ 51.29 33.12 34.26 -
YUV 154.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 253 104 154 0 0.59 0.39 0.01 339.87 0.97 0.7
Hex FD 68 9A 0 3B 27 1 154 61 46
Octal 375 150 232 0 73 47 1 524 141 106
Binary 11111101 1101000 10011010 0 111011 100111 1 101010100 1100001 1000110

Color Harmonies of #FD689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD689A

Black with #FD689A

Text Example


Text Example

White with #FD689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD689A; }

 p { color: rgb(253,104,154); }

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

background-color css

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

 a { background-color: rgb(253,104,154); }

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

border-color css

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

 span { border-color: rgb(253,104,154); }

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