Html Css Color HEX #F395E6 Lavender Rose

📋 copy color: '#F395E6'

red 243 ◦ green 149 ◦ blue 230

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

Shades of Lavender Rose #F395E6

Tints of Lavender Rose #F395E6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.95%

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

R = 39.07%
G = 23.95%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F395E6 (or 0xF395E6) is known color: Lavender Rose. HEX triplet: F3, 95 and E6. RGB value is (243,149,230). Sum of RGB (Red+Green+Blue) = 243+149+230=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F395E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395E6 is #0C6A19. Grayscale: #BABABA. Windows color (decimal): -813594 or 15111667. OLE color: 15111667.

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

Color convert

RGB 243 149 230 -
CMYK 0 0.39 0.05 0.05
HSL 308.3º 0.8% 0.77% -
HSV(B) 308.3º 0.39% 0.95% -
XYZ 61.99 46.26 80.53 -
YUV 186.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 243 149 230 0 0.39 0.05 0.05 308.3 0.8 0.77
Hex F3 95 E6 0 27 5 5 134 50 4D
Octal 363 225 346 0 47 5 5 464 120 115
Binary 11110011 10010101 11100110 0 100111 101 101 100110100 1010000 1001101

Color Harmonies of #F395E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F395E6

Black with #F395E6

Text Example


Text Example

White with #F395E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F395E6; }

 p { color: rgb(243,149,230); }

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

background-color css

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

 a { background-color: rgb(243,149,230); }

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

border-color css

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

 span { border-color: rgb(243,149,230); }

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