Html Css Color HEX #FF689A Brilliant Rose

📋 copy color: '#FF689A'

red 255 ◦ green 104 ◦ blue 154

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

Shades of Brilliant Rose #FF689A

Tints of Brilliant Rose #FF689A

RGB

 RED value IS 255 (100% from 255) = 49.71%

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

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

R = 49.71%
G = 20.27%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF689A (or 0xFF689A) is known color: Brilliant Rose. HEX triplet: FF, 68 and 9A. RGB value is (255,104,154). Sum of RGB (Red+Green+Blue) = 255+104+154=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF689A is #009765. Grayscale: #9A9A9A. Windows color (decimal): -38758 or 10119423. OLE color: 10119423.

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

Color convert

RGB 255 104 154 -
CMYK 0 0.59 0.40 0
HSL 340.13º 1% 0.7% -
HSV(B) 340.13º 0.59% 1% -
XYZ 52.02 33.49 34.29 -
YUV 154.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 255 104 154 0 0.59 0.40 0 340.13 1 0.7
Hex FF 68 9A 0 3B 28 0 154 64 46
Octal 377 150 232 0 73 50 0 524 144 106
Binary 11111111 1101000 10011010 0 111011 101000 0 101010100 1100100 1000110

Color Harmonies of #FF689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF689A

Black with #FF689A

Text Example


Text Example

White with #FF689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF689A; }

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

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

background-color css

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

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

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

border-color css

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

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

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