Html Css Color HEX #FF6997 Brilliant Rose

📋 copy color: '#FF6997'

red 255 ◦ green 105 ◦ blue 151

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

Shades of Brilliant Rose #FF6997

Tints of Brilliant Rose #FF6997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.55%

R = 49.9%
G = 20.55%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF6997 (or 0xFF6997) is known color: Brilliant Rose. HEX triplet: FF, 69 and 97. RGB value is (255,105,151). Sum of RGB (Red+Green+Blue) = 255+105+151=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6997 is #009668. Grayscale: #9B9B9B. Windows color (decimal): -38505 or 9923071. OLE color: 9923071.

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

Color convert

RGB 255 105 151 -
CMYK 0 0.59 0.41 0
HSL 341.6º 1% 0.71% -
HSV(B) 341.6º 0.59% 1% -
XYZ 51.88 33.6 33.03 -
YUV 155.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 255 105 151 0 0.59 0.41 0 341.6 1 0.71
Hex FF 69 97 0 3B 29 0 156 64 47
Octal 377 151 227 0 73 51 0 526 144 107
Binary 11111111 1101001 10010111 0 111011 101001 0 101010110 1100100 1000111

Color Harmonies of #FF6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6997

Black with #FF6997

Text Example


Text Example

White with #FF6997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6997; }

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

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

background-color css

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

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

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

border-color css

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

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

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