Html Css Color HEX #F07BE5 Violet

📋 copy color: '#F07BE5'

red 240 ◦ green 123 ◦ blue 229

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

Shades of Violet #F07BE5

Tints of Violet #F07BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 40.54%
G = 20.78%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F07BE5 (or 0xF07BE5) is known color: Violet. HEX triplet: F0, 7B and E5. RGB value is (240,123,229). Sum of RGB (Red+Green+Blue) = 240+123+229=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BE5 is #0F841A. Grayscale: #A9A9A9. Windows color (decimal): -1016859 or 15039472. OLE color: 15039472.

HSL color Cylindrical-coordinate representation of color #F07BE5: hue angle of 305.64º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BE5 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 123 229 -
CMYK 0 0.49 0.05 0.06
HSL 305.64º 0.8% 0.71% -
HSV(B) 305.64º 0.49% 0.94% -
XYZ 57.16 38.35 78.52 -
YUV 170.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 240 123 229 0 0.49 0.05 0.06 305.64 0.8 0.71
Hex F0 7B E5 0 31 5 6 132 50 47
Octal 360 173 345 0 61 5 6 462 120 107
Binary 11110000 1111011 11100101 0 110001 101 110 100110010 1010000 1000111

Color Harmonies of #F07BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BE5

Black with #F07BE5

Text Example


Text Example

White with #F07BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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