Html Css Color HEX #F07BF9 Violet

📋 copy color: '#F07BF9'

red 240 ◦ green 123 ◦ blue 249

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

Shades of Violet #F07BF9

Tints of Violet #F07BF9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.1%

 BLUE value IS 249 (97.66% from 255) = 40.69%

R = 39.22%
G = 20.1%
B = 40.69%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F07BF9 (or 0xF07BF9) is known color: Violet. HEX triplet: F0, 7B and F9. RGB value is (240,123,249). Sum of RGB (Red+Green+Blue) = 240+123+249=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 123 (48.44% from 255 or 20.10% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #F07BF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BF9 is #0F8406. Grayscale: #ABABAB. Windows color (decimal): -1016839 or 16350192. OLE color: 16350192.

HSL color Cylindrical-coordinate representation of color #F07BF9: hue angle of 295.71º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07BF9 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 123 249 -
CMYK 0.04 0.51 0 0.02
HSL 295.71º 0.91% 0.73% -
HSV(B) 295.71º 0.51% 0.98% -
XYZ 60.12 39.53 94.08 -
YUV 172.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 240 123 249 0.04 0.51 0 0.02 295.71 0.91 0.73
Hex F0 7B F9 4 33 0 2 128 5B 49
Octal 360 173 371 4 63 0 2 450 133 111
Binary 11110000 1111011 11111001 100 110011 0 10 100101000 1011011 1001001

Color Harmonies of #F07BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BF9

Black with #F07BF9

Text Example


Text Example

White with #F07BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BF9; }

 p { color: rgb(240,123,249); }

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

background-color css

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

 a { background-color: rgb(240,123,249); }

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

border-color css

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

 span { border-color: rgb(240,123,249); }

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