Html Css Color HEX #F795EA Lavender Rose

📋 copy color: '#F795EA'

red 247 ◦ green 149 ◦ blue 234

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

Shades of Lavender Rose #F795EA

Tints of Lavender Rose #F795EA

RGB

 RED value IS 247 (96.88% from 255) = 39.21%

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

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 39.21%
G = 23.65%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F795EA (or 0xF795EA) is known color: Lavender Rose. HEX triplet: F7, 95 and EA. RGB value is (247,149,234). Sum of RGB (Red+Green+Blue) = 247+149+234=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F795EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F795EA is #086A15. Grayscale: #BBBBBB. Windows color (decimal): -551446 or 15373815. OLE color: 15373815.

HSL color Cylindrical-coordinate representation of color #F795EA: hue angle of 307.96º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795EA is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 149 234 -
CMYK 0 0.40 0.05 0.03
HSL 307.96º 0.86% 0.78% -
HSV(B) 307.96º 0.4% 0.97% -
XYZ 63.96 47.21 83.58 -
YUV 187.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 247 149 234 0 0.40 0.05 0.03 307.96 0.86 0.78
Hex F7 95 EA 0 28 5 3 134 56 4E
Octal 367 225 352 0 50 5 3 464 126 116
Binary 11110111 10010101 11101010 0 101000 101 11 100110100 1010110 1001110

Color Harmonies of #F795EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F795EA

Black with #F795EA

Text Example


Text Example

White with #F795EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F795EA; }

 p { color: rgb(247,149,234); }

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

background-color css

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

 a { background-color: rgb(247,149,234); }

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

border-color css

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

 span { border-color: rgb(247,149,234); }

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