Html Css Color HEX #F088FF Violet

📋 copy color: '#F088FF'

red 240 ◦ green 136 ◦ blue 255

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

Shades of Violet #F088FF

Tints of Violet #F088FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 21.55%

 BLUE value IS 255 (100% from 255) = 40.41%

R = 38.03%
G = 21.55%
B = 40.41%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F088FF (or 0xF088FF) is known color: Violet. HEX triplet: F0, 88 and FF. RGB value is (240,136,255). Sum of RGB (Red+Green+Blue) = 240+136+255=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 136 (53.52% from 255 or 21.55% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #F088FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F088FF is #0F7700. Grayscale: #B4B4B4. Windows color (decimal): -1013505 or 16746736. OLE color: 16746736.

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

Color convert

RGB 240 136 255 -
CMYK 0.06 0.47 0 0
HSL 292.44º 1% 0.77% -
HSV(B) 292.44º 0.47% 1% -
XYZ 62.79 43.35 99.67 -
YUV 180.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 240 136 255 0.06 0.47 0 0 292.44 1 0.77
Hex F0 88 FF 6 2F 0 0 124 64 4D
Octal 360 210 377 6 57 0 0 444 144 115
Binary 11110000 10001000 11111111 110 101111 0 0 100100100 1100100 1001101

Color Harmonies of #F088FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088FF

Black with #F088FF

Text Example


Text Example

White with #F088FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088FF; }

 p { color: rgb(240,136,255); }

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

background-color css

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

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

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

border-color css

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

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

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