Html Css Color HEX #F08BF1 Violet

📋 copy color: '#F08BF1'

red 240 ◦ green 139 ◦ blue 241

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

Shades of Violet #F08BF1

Tints of Violet #F08BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.42%

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

R = 38.71%
G = 22.42%
B = 38.87%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F08BF1 (or 0xF08BF1) is known color: Violet. HEX triplet: F0, 8B and F1. RGB value is (240,139,241). Sum of RGB (Red+Green+Blue) = 240+139+241=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 139 (54.69% from 255 or 22.42% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #F08BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BF1 is #0F740E. Grayscale: #B4B4B4. Windows color (decimal): -1012751 or 15830000. OLE color: 15830000.

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

Color convert

RGB 240 139 241 -
CMYK 0.00 0.42 0 0.05
HSL 299.41º 0.78% 0.75% -
HSV(B) 299.41º 0.42% 0.95% -
XYZ 61.04 43.34 88.37 -
YUV 180.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 240 139 241 0.00 0.42 0 0.05 299.41 0.78 0.75
Hex F0 8B F1 0 2A 0 5 12B 4E 4B
Octal 360 213 361 0 52 0 5 453 116 113
Binary 11110000 10001011 11110001 0 101010 0 101 100101011 1001110 1001011

Color Harmonies of #F08BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08BF1

Black with #F08BF1

Text Example


Text Example

White with #F08BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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