Html Css Color HEX #FC689A Brilliant Rose

📋 copy color: '#FC689A'

red 252 ◦ green 104 ◦ blue 154

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

Shades of Brilliant Rose #FC689A

Tints of Brilliant Rose #FC689A

RGB

 RED value IS 252 (98.83% from 255) = 49.41%

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

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

R = 49.41%
G = 20.39%
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

#FC689A (or 0xFC689A) is known color: Brilliant Rose. HEX triplet: FC, 68 and 9A. RGB value is (252,104,154). Sum of RGB (Red+Green+Blue) = 252+104+154=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC689A is #039765. Grayscale: #999999. Windows color (decimal): -235366 or 10119420. OLE color: 10119420.

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

Color convert

RGB 252 104 154 -
CMYK 0 0.59 0.39 0.01
HSL 339.73º 0.96% 0.7% -
HSV(B) 339.73º 0.59% 0.99% -
XYZ 50.93 32.93 34.24 -
YUV 153.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 252 104 154 0 0.59 0.39 0.01 339.73 0.96 0.7
Hex FC 68 9A 0 3B 27 1 154 60 46
Octal 374 150 232 0 73 47 1 524 140 106
Binary 11111100 1101000 10011010 0 111011 100111 1 101010100 1100000 1000110

Color Harmonies of #FC689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC689A

Black with #FC689A

Text Example


Text Example

White with #FC689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC689A; }

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

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

background-color css

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

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

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

border-color css

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

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

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