Html Css Color HEX #F092F0 Violet

📋 copy color: '#F092F0'

red 240 ◦ green 146 ◦ blue 240

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

Shades of Violet #F092F0

Tints of Violet #F092F0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.32%

 BLUE value IS 240 (94.14% from 255) = 38.34%

R = 38.34%
G = 23.32%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F092F0 (or 0xF092F0) is known color: Violet. HEX triplet: F0, 92 and F0. RGB value is (240,146,240). Sum of RGB (Red+Green+Blue) = 240+146+240=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 146 (57.42% from 255 or 23.32% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F092F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F092F0 is #0F6D0F. Grayscale: #B8B8B8. Windows color (decimal): -1010960 or 15766256. OLE color: 15766256.

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

Color convert

RGB 240 146 240 -
CMYK 0 0.39 0 0.06
HSL 300º 0.76% 0.76% -
HSV(B) 300º 0.39% 0.94% -
XYZ 61.94 45.37 87.93 -
YUV 184.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 240 146 240 0 0.39 0 0.06 300 0.76 0.76
Hex F0 92 F0 0 27 0 6 12C 4C 4C
Octal 360 222 360 0 47 0 6 454 114 114
Binary 11110000 10010010 11110000 0 100111 0 110 100101100 1001100 1001100

Color Harmonies of #F092F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092F0

Black with #F092F0

Text Example


Text Example

White with #F092F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092F0; }

 p { color: rgb(240,146,240); }

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

background-color css

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

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

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

border-color css

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

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

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