Html Css Color HEX #F085FC Violet

📋 copy color: '#F085FC'

red 240 ◦ green 133 ◦ blue 252

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

Shades of Violet #F085FC

Tints of Violet #F085FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.28%

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 38.4%
G = 21.28%
B = 40.32%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F085FC (or 0xF085FC) is known color: Violet. HEX triplet: F0, 85 and FC. RGB value is (240,133,252). Sum of RGB (Red+Green+Blue) = 240+133+252=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 133 (52.34% from 255 or 21.28% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #F085FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085FC is #0F7A03. Grayscale: #B2B2B2. Windows color (decimal): -1014276 or 16549360. OLE color: 16549360.

HSL color Cylindrical-coordinate representation of color #F085FC: hue angle of 293.95º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F085FC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 133 252 -
CMYK 0.05 0.47 0 0.01
HSL 293.95º 0.95% 0.75% -
HSV(B) 293.95º 0.47% 0.99% -
XYZ 61.89 42.33 97 -
YUV 178.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 240 133 252 0.05 0.47 0 0.01 293.95 0.95 0.75
Hex F0 85 FC 5 2F 0 1 126 5F 4B
Octal 360 205 374 5 57 0 1 446 137 113
Binary 11110000 10000101 11111100 101 101111 0 1 100100110 1011111 1001011

Color Harmonies of #F085FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085FC

Black with #F085FC

Text Example


Text Example

White with #F085FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085FC; }

 p { color: rgb(240,133,252); }

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

background-color css

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

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

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

border-color css

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

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

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