Html Css Color HEX #F198E6 Lavender Rose

📋 copy color: '#F198E6'

red 241 ◦ green 152 ◦ blue 230

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

Shades of Lavender Rose #F198E6

Tints of Lavender Rose #F198E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.92%

R = 38.68%
G = 24.4%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F198E6 (or 0xF198E6) is known color: Lavender Rose. HEX triplet: F1, 98 and E6. RGB value is (241,152,230). Sum of RGB (Red+Green+Blue) = 241+152+230=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F198E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198E6 is #0E6719. Grayscale: #BBBBBB. Windows color (decimal): -943898 or 15112433. OLE color: 15112433.

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

Color convert

RGB 241 152 230 -
CMYK 0 0.37 0.05 0.05
HSL 307.42º 0.76% 0.77% -
HSV(B) 307.42º 0.37% 0.95% -
XYZ 61.79 46.87 80.65 -
YUV 187.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 241 152 230 0 0.37 0.05 0.05 307.42 0.76 0.77
Hex F1 98 E6 0 25 5 5 133 4C 4D
Octal 361 230 346 0 45 5 5 463 114 115
Binary 11110001 10011000 11100110 0 100101 101 101 100110011 1001100 1001101

Color Harmonies of #F198E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F198E6

Black with #F198E6

Text Example


Text Example

White with #F198E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F198E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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