Html Css Color HEX #FF97EF Lavender Rose

📋 copy color: '#FF97EF'

red 255 ◦ green 151 ◦ blue 239

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

Shades of Lavender Rose #FF97EF

Tints of Lavender Rose #FF97EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 23.41%

 BLUE value IS 239 (93.75% from 255) = 37.05%

R = 39.53%
G = 23.41%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF97EF (or 0xFF97EF) is known color: Lavender Rose. HEX triplet: FF, 97 and EF. RGB value is (255,151,239). Sum of RGB (Red+Green+Blue) = 255+151+239=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 151 (59.38% from 255 or 23.41% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97EF is #006810. Grayscale: #BFBFBF. Windows color (decimal): -26641 or 15702015. OLE color: 15702015.

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

Color convert

RGB 255 151 239 -
CMYK 0 0.41 0.06 0
HSL 309.23º 1% 0.8% -
HSV(B) 309.23º 0.41% 1% -
XYZ 67.89 49.63 87.66 -
YUV 192.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 255 151 239 0 0.41 0.06 0 309.23 1 0.8
Hex FF 97 EF 0 29 6 0 135 64 50
Octal 377 227 357 0 51 6 0 465 144 120
Binary 11111111 10010111 11101111 0 101001 110 0 100110101 1100100 1010000

Color Harmonies of #FF97EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97EF

Black with #FF97EF

Text Example


Text Example

White with #FF97EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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