Html Css Color HEX #F198DF Lavender Rose

📋 copy color: '#F198DF'

red 241 ◦ green 152 ◦ blue 223

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

Shades of Lavender Rose #F198DF

Tints of Lavender Rose #F198DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.68%

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 39.12%
G = 24.68%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F198DF (or 0xF198DF) is known color: Lavender Rose. HEX triplet: F1, 98 and DF. RGB value is (241,152,223). Sum of RGB (Red+Green+Blue) = 241+152+223=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F198DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198DF is #0E6720. Grayscale: #BABABA. Windows color (decimal): -943905 or 14653681. OLE color: 14653681.

HSL color Cylindrical-coordinate representation of color #F198DF: hue angle of 312.13º 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 #F198DF is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 152 223 -
CMYK 0 0.37 0.07 0.05
HSL 312.13º 0.76% 0.77% -
HSV(B) 312.13º 0.37% 0.95% -
XYZ 60.82 46.48 75.58 -
YUV 186.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 241 152 223 0 0.37 0.07 0.05 312.13 0.76 0.77
Hex F1 98 DF 0 25 7 5 138 4C 4D
Octal 361 230 337 0 45 7 5 470 114 115
Binary 11110001 10011000 11011111 0 100101 111 101 100111000 1001100 1001101

Color Harmonies of #F198DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F198DF

Black with #F198DF

Text Example


Text Example

White with #F198DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F198DF; }

 p { color: rgb(241,152,223); }

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

background-color css

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

 a { background-color: rgb(241,152,223); }

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

border-color css

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

 span { border-color: rgb(241,152,223); }

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