Html Css Color HEX #FD679A Brilliant Rose

📋 copy color: '#FD679A'

red 253 ◦ green 103 ◦ blue 154

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

Shades of Brilliant Rose #FD679A

Tints of Brilliant Rose #FD679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.2%

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

R = 49.61%
G = 20.2%
B = 30.2%

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

#FD679A (or 0xFD679A) is known color: Brilliant Rose. HEX triplet: FD, 67 and 9A. RGB value is (253,103,154). Sum of RGB (Red+Green+Blue) = 253+103+154=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD679A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD679A is #029865. Grayscale: #999999. Windows color (decimal): -170086 or 10119165. OLE color: 10119165.

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

Color convert

RGB 253 103 154 -
CMYK 0 0.59 0.39 0.01
HSL 339.6º 0.97% 0.7% -
HSV(B) 339.6º 0.59% 0.99% -
XYZ 51.19 32.92 34.23 -
YUV 153.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 253 103 154 0 0.59 0.39 0.01 339.6 0.97 0.7
Hex FD 67 9A 0 3B 27 1 154 61 46
Octal 375 147 232 0 73 47 1 524 141 106
Binary 11111101 1100111 10011010 0 111011 100111 1 101010100 1100001 1000110

Color Harmonies of #FD679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD679A

Black with #FD679A

Text Example


Text Example

White with #FD679A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD679A; }

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

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

background-color css

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

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

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

border-color css

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

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

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