Html Css Color HEX #FF97F0 Lavender Rose

📋 copy color: '#FF97F0'

red 255 ◦ green 151 ◦ blue 240

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

Shades of Lavender Rose #FF97F0

Tints of Lavender Rose #FF97F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.15%

R = 39.47%
G = 23.37%
B = 37.15%

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

#FF97F0 (or 0xFF97F0) is known color: Lavender Rose. HEX triplet: FF, 97 and F0. RGB value is (255,151,240). Sum of RGB (Red+Green+Blue) = 255+151+240=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 151 (59.38% from 255 or 23.37% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97F0 is #00680F. Grayscale: #BFBFBF. Windows color (decimal): -26640 or 15767551. OLE color: 15767551.

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

Color convert

RGB 255 151 240 -
CMYK 0 0.41 0.06 0
HSL 308.65º 1% 0.8% -
HSV(B) 308.65º 0.41% 1% -
XYZ 68.03 49.68 88.44 -
YUV 192.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 255 151 240 0 0.41 0.06 0 308.65 1 0.8
Hex FF 97 F0 0 29 6 0 135 64 50
Octal 377 227 360 0 51 6 0 465 144 120
Binary 11111111 10010111 11110000 0 101001 110 0 100110101 1100100 1010000

Color Harmonies of #FF97F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97F0

Black with #FF97F0

Text Example


Text Example

White with #FF97F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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