Html Css Color HEX #F095F1 Violet

📋 copy color: '#F095F1'

red 240 ◦ green 149 ◦ blue 241

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

Shades of Violet #F095F1

Tints of Violet #F095F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.25%

R = 38.1%
G = 23.65%
B = 38.25%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F095F1 (or 0xF095F1) is known color: Violet. HEX triplet: F0, 95 and F1. RGB value is (240,149,241). Sum of RGB (Red+Green+Blue) = 240+149+241=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #F095F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095F1 is #0F6A0E. Grayscale: #BABABA. Windows color (decimal): -1010191 or 15832560. OLE color: 15832560.

HSL color Cylindrical-coordinate representation of color #F095F1: hue angle of 299.35º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095F1 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 149 241 -
CMYK 0.00 0.38 0 0.05
HSL 299.35º 0.77% 0.76% -
HSV(B) 299.35º 0.38% 0.95% -
XYZ 62.56 46.37 88.87 -
YUV 186.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 240 149 241 0.00 0.38 0 0.05 299.35 0.77 0.76
Hex F0 95 F1 0 26 0 5 12B 4D 4C
Octal 360 225 361 0 46 0 5 453 115 114
Binary 11110000 10010101 11110001 0 100110 0 101 100101011 1001101 1001100

Color Harmonies of #F095F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095F1

Black with #F095F1

Text Example


Text Example

White with #F095F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095F1; }

 p { color: rgb(240,149,241); }

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

background-color css

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

 a { background-color: rgb(240,149,241); }

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

border-color css

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

 span { border-color: rgb(240,149,241); }

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