Html Css Color HEX #F8A0F2 Lavender Rose

📋 copy color: '#F8A0F2'

red 248 ◦ green 160 ◦ blue 242

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

Shades of Lavender Rose #F8A0F2

Tints of Lavender Rose #F8A0F2

RGB

 RED value IS 248 (97.27% from 255) = 38.15%

 GREEN value IS 160 (62.89% from 255) = 24.62%

 BLUE value IS 242 (94.92% from 255) = 37.23%

R = 38.15%
G = 24.62%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F8A0F2 (or 0xF8A0F2) is known color: Lavender Rose. HEX triplet: F8, A0 and F2. RGB value is (248,160,242). Sum of RGB (Red+Green+Blue) = 248+160+242=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 160 (62.89% from 255 or 24.62% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A0F2 is #075F0D. Grayscale: #C3C3C3. Windows color (decimal): -483086 or 15900920. OLE color: 15900920.

HSL color Cylindrical-coordinate representation of color #F8A0F2: hue angle of 304.09º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0F2 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 160 242 -
CMYK 0 0.35 0.02 0.03
HSL 304.09º 0.86% 0.8% -
HSV(B) 304.09º 0.35% 0.97% -
XYZ 67.31 51.51 90.4 -
YUV 195.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 248 160 242 0 0.35 0.02 0.03 304.09 0.86 0.8
Hex F8 A0 F2 0 23 2 3 130 56 50
Octal 370 240 362 0 43 2 3 460 126 120
Binary 11111000 10100000 11110010 0 100011 10 11 100110000 1010110 1010000

Color Harmonies of #F8A0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A0F2

Black with #F8A0F2

Text Example


Text Example

White with #F8A0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A0F2; }

 p { color: rgb(248,160,242); }

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

background-color css

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

 a { background-color: rgb(248,160,242); }

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

border-color css

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

 span { border-color: rgb(248,160,242); }

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