Html Css Color HEX #FF6397 Brilliant Rose

📋 copy color: '#FF6397'

red 255 ◦ green 99 ◦ blue 151

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

Shades of Brilliant Rose #FF6397

Tints of Brilliant Rose #FF6397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.6%

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

R = 50.5%
G = 19.6%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF6397 (or 0xFF6397) is known color: Brilliant Rose. HEX triplet: FF, 63 and 97. RGB value is (255,99,151). Sum of RGB (Red+Green+Blue) = 255+99+151=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6397 is #009C68. Grayscale: #979797. Windows color (decimal): -40041 or 9921535. OLE color: 9921535.

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

Color convert

RGB 255 99 151 -
CMYK 0 0.61 0.41 0
HSL 340º 1% 0.69% -
HSV(B) 340º 0.61% 1% -
XYZ 51.29 32.42 32.83 -
YUV 151.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 255 99 151 0 0.61 0.41 0 340 1 0.69
Hex FF 63 97 0 3D 29 0 154 64 45
Octal 377 143 227 0 75 51 0 524 144 105
Binary 11111111 1100011 10010111 0 111101 101001 0 101010100 1100100 1000101

Color Harmonies of #FF6397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6397

Black with #FF6397

Text Example


Text Example

White with #FF6397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6397; }

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

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

background-color css

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

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

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

border-color css

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

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

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