Html Css Color HEX #F093D1 Lavender Rose

📋 copy color: '#F093D1'

red 240 ◦ green 147 ◦ blue 209

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

Shades of Lavender Rose #F093D1

Tints of Lavender Rose #F093D1

RGB

 RED value IS 240 (94.14% from 255) = 40.27%

 GREEN value IS 147 (57.81% from 255) = 24.66%

 BLUE value IS 209 (82.03% from 255) = 35.07%

R = 40.27%
G = 24.66%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F093D1 (or 0xF093D1) is known color: Lavender Rose. HEX triplet: F0, 93 and D1. RGB value is (240,147,209). Sum of RGB (Red+Green+Blue) = 240+147+209=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F093D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093D1 is #0F6C2E. Grayscale: #B5B5B5. Windows color (decimal): -1010735 or 13734896. OLE color: 13734896.

HSL color Cylindrical-coordinate representation of color #F093D1: hue angle of 320º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093D1 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 147 209 -
CMYK 0 0.39 0.13 0.06
HSL 320º 0.76% 0.76% -
HSV(B) 320º 0.39% 0.94% -
XYZ 57.88 44 65.76 -
YUV 181.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 240 147 209 0 0.39 0.13 0.06 320 0.76 0.76
Hex F0 93 D1 0 27 D 6 140 4C 4C
Octal 360 223 321 0 47 15 6 500 114 114
Binary 11110000 10010011 11010001 0 100111 1101 110 101000000 1001100 1001100

Color Harmonies of #F093D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093D1

Black with #F093D1

Text Example


Text Example

White with #F093D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093D1; }

 p { color: rgb(240,147,209); }

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

background-color css

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

 a { background-color: rgb(240,147,209); }

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

border-color css

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

 span { border-color: rgb(240,147,209); }

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