Html Css Color HEX #F197DC Lavender Rose

📋 copy color: '#F197DC'

red 241 ◦ green 151 ◦ blue 220

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

Shades of Lavender Rose #F197DC

Tints of Lavender Rose #F197DC

RGB

 RED value IS 241 (94.53% from 255) = 39.38%

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

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 39.38%
G = 24.67%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F197DC (or 0xF197DC) is known color: Lavender Rose. HEX triplet: F1, 97 and DC. RGB value is (241,151,220). Sum of RGB (Red+Green+Blue) = 241+151+220=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F197DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197DC is #0E6823. Grayscale: #B9B9B9. Windows color (decimal): -944164 or 14456817. OLE color: 14456817.

HSL color Cylindrical-coordinate representation of color #F197DC: hue angle of 314º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F197DC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 151 220 -
CMYK 0 0.37 0.09 0.05
HSL 314º 0.76% 0.77% -
HSV(B) 314º 0.37% 0.95% -
XYZ 60.26 46 73.41 -
YUV 185.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 241 151 220 0 0.37 0.09 0.05 314 0.76 0.77
Hex F1 97 DC 0 25 9 5 13A 4C 4D
Octal 361 227 334 0 45 11 5 472 114 115
Binary 11110001 10010111 11011100 0 100101 1001 101 100111010 1001100 1001101

Color Harmonies of #F197DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F197DC

Black with #F197DC

Text Example


Text Example

White with #F197DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F197DC; }

 p { color: rgb(241,151,220); }

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

background-color css

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

 a { background-color: rgb(241,151,220); }

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

border-color css

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

 span { border-color: rgb(241,151,220); }

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