Html Css Color HEX #F06BEA Violet

📋 copy color: '#F06BEA'

red 240 ◦ green 107 ◦ blue 234

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

Shades of Violet #F06BEA

Tints of Violet #F06BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.42%

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

R = 41.31%
G = 18.42%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F06BEA (or 0xF06BEA) is known color: Violet. HEX triplet: F0, 6B and EA. RGB value is (240,107,234). Sum of RGB (Red+Green+Blue) = 240+107+234=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 107 (42.19% from 255 or 18.42% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BEA is #0F9415. Grayscale: #A0A0A0. Windows color (decimal): -1020950 or 15363056. OLE color: 15363056.

HSL color Cylindrical-coordinate representation of color #F06BEA: hue angle of 302.71º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06BEA is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 107 234 -
CMYK 0 0.55 0.02 0.06
HSL 302.71º 0.82% 0.68% -
HSV(B) 302.71º 0.55% 0.94% -
XYZ 56.04 34.98 81.64 -
YUV 161.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 240 107 234 0 0.55 0.02 0.06 302.71 0.82 0.68
Hex F0 6B EA 0 37 2 6 12F 52 44
Octal 360 153 352 0 67 2 6 457 122 104
Binary 11110000 1101011 11101010 0 110111 10 110 100101111 1010010 1000100

Color Harmonies of #F06BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BEA

Black with #F06BEA

Text Example


Text Example

White with #F06BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BEA; }

 p { color: rgb(240,107,234); }

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

background-color css

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

 a { background-color: rgb(240,107,234); }

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

border-color css

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

 span { border-color: rgb(240,107,234); }

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