Html Css Color HEX #F198EA Lavender Rose

📋 copy color: '#F198EA'

red 241 ◦ green 152 ◦ blue 234

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

Shades of Lavender Rose #F198EA

Tints of Lavender Rose #F198EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.32%

R = 38.44%
G = 24.24%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F198EA (or 0xF198EA) is known color: Lavender Rose. HEX triplet: F1, 98 and EA. RGB value is (241,152,234). Sum of RGB (Red+Green+Blue) = 241+152+234=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F198EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198EA is #0E6715. Grayscale: #BBBBBB. Windows color (decimal): -943894 or 15374577. OLE color: 15374577.

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

Color convert

RGB 241 152 234 -
CMYK 0 0.37 0.03 0.05
HSL 304.72º 0.76% 0.77% -
HSV(B) 304.72º 0.37% 0.95% -
XYZ 62.36 47.1 83.65 -
YUV 187.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 241 152 234 0 0.37 0.03 0.05 304.72 0.76 0.77
Hex F1 98 EA 0 25 3 5 131 4C 4D
Octal 361 230 352 0 45 3 5 461 114 115
Binary 11110001 10011000 11101010 0 100101 11 101 100110001 1001100 1001101

Color Harmonies of #F198EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F198EA

Black with #F198EA

Text Example


Text Example

White with #F198EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F198EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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