Html Css Color HEX #F398D5 Lavender Rose

📋 copy color: '#F398D5'

red 243 ◦ green 152 ◦ blue 213

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

Shades of Lavender Rose #F398D5

Tints of Lavender Rose #F398D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 39.97%
G = 25%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F398D5 (or 0xF398D5) is known color: Lavender Rose. HEX triplet: F3, 98 and D5. RGB value is (243,152,213). Sum of RGB (Red+Green+Blue) = 243+152+213=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F398D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398D5 is #0C672A. Grayscale: #BABABA. Windows color (decimal): -812843 or 13998323. OLE color: 13998323.

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

Color convert

RGB 243 152 213 -
CMYK 0 0.37 0.12 0.05
HSL 319.78º 0.79% 0.77% -
HSV(B) 319.78º 0.37% 0.95% -
XYZ 60.2 46.32 68.72 -
YUV 186.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 243 152 213 0 0.37 0.12 0.05 319.78 0.79 0.77
Hex F3 98 D5 0 25 C 5 140 4F 4D
Octal 363 230 325 0 45 14 5 500 117 115
Binary 11110011 10011000 11010101 0 100101 1100 101 101000000 1001111 1001101

Color Harmonies of #F398D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F398D5

Black with #F398D5

Text Example


Text Example

White with #F398D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F398D5; }

 p { color: rgb(243,152,213); }

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

background-color css

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

 a { background-color: rgb(243,152,213); }

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

border-color css

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

 span { border-color: rgb(243,152,213); }

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