Html Css Color HEX #F394E1 Lavender Rose

📋 copy color: '#F394E1'

red 243 ◦ green 148 ◦ blue 225

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

Shades of Lavender Rose #F394E1

Tints of Lavender Rose #F394E1

RGB

 RED value IS 243 (95.31% from 255) = 39.45%

 GREEN value IS 148 (58.2% from 255) = 24.03%

 BLUE value IS 225 (88.28% from 255) = 36.53%

R = 39.45%
G = 24.03%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F394E1 (or 0xF394E1) is known color: Lavender Rose. HEX triplet: F3, 94 and E1. RGB value is (243,148,225). Sum of RGB (Red+Green+Blue) = 243+148+225=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F394E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394E1 is #0C6B1E. Grayscale: #B8B8B8. Windows color (decimal): -813855 or 14783731. OLE color: 14783731.

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

Color convert

RGB 243 148 225 -
CMYK 0 0.39 0.07 0.05
HSL 311.37º 0.8% 0.77% -
HSV(B) 311.37º 0.39% 0.95% -
XYZ 61.14 45.67 76.83 -
YUV 185.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 243 148 225 0 0.39 0.07 0.05 311.37 0.8 0.77
Hex F3 94 E1 0 27 7 5 137 50 4D
Octal 363 224 341 0 47 7 5 467 120 115
Binary 11110011 10010100 11100001 0 100111 111 101 100110111 1010000 1001101

Color Harmonies of #F394E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F394E1

Black with #F394E1

Text Example


Text Example

White with #F394E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F394E1; }

 p { color: rgb(243,148,225); }

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

background-color css

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

 a { background-color: rgb(243,148,225); }

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

border-color css

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

 span { border-color: rgb(243,148,225); }

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