Html Css Color HEX #FF699B Brilliant Rose

📋 copy color: '#FF699B'

red 255 ◦ green 105 ◦ blue 155

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

Shades of Brilliant Rose #FF699B

Tints of Brilliant Rose #FF699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.39%

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 49.51%
G = 20.39%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF699B (or 0xFF699B) is known color: Brilliant Rose. HEX triplet: FF, 69 and 9B. RGB value is (255,105,155). Sum of RGB (Red+Green+Blue) = 255+105+155=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF699B is #009664. Grayscale: #9B9B9B. Windows color (decimal): -38501 or 10185215. OLE color: 10185215.

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

Color convert

RGB 255 105 155 -
CMYK 0 0.59 0.39 0
HSL 340º 1% 0.71% -
HSV(B) 340º 0.59% 1% -
XYZ 52.21 33.73 34.77 -
YUV 155.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 255 105 155 0 0.59 0.39 0 340 1 0.71
Hex FF 69 9B 0 3B 27 0 154 64 47
Octal 377 151 233 0 73 47 0 524 144 107
Binary 11111111 1101001 10011011 0 111011 100111 0 101010100 1100100 1000111

Color Harmonies of #FF699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF699B

Black with #FF699B

Text Example


Text Example

White with #FF699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF699B; }

 p { color: rgb(255,105,155); }

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

background-color css

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

 a { background-color: rgb(255,105,155); }

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

border-color css

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

 span { border-color: rgb(255,105,155); }

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