Html Css Color HEX #F06EFA Ultra Pink

📋 copy color: '#F06EFA'

red 240 ◦ green 110 ◦ blue 250

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

Shades of Ultra Pink #F06EFA

Tints of Ultra Pink #F06EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.33%

 BLUE value IS 250 (98.05% from 255) = 41.67%

R = 40%
G = 18.33%
B = 41.67%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F06EFA (or 0xF06EFA) is known color: Ultra Pink. HEX triplet: F0, 6E and FA. RGB value is (240,110,250). Sum of RGB (Red+Green+Blue) = 240+110+250=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 110 (43.36% from 255 or 18.33% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #F06EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EFA is #0F9105. Grayscale: #A4A4A4. Windows color (decimal): -1020166 or 16412400. OLE color: 16412400.

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

Color convert

RGB 240 110 250 -
CMYK 0.04 0.56 0 0.02
HSL 295.71º 0.93% 0.71% -
HSV(B) 295.71º 0.56% 0.98% -
XYZ 58.77 36.58 94.41 -
YUV 164.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 240 110 250 0.04 0.56 0 0.02 295.71 0.93 0.71
Hex F0 6E FA 4 38 0 2 128 5D 47
Octal 360 156 372 4 70 0 2 450 135 107
Binary 11110000 1101110 11111010 100 111000 0 10 100101000 1011101 1000111

Color Harmonies of #F06EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06EFA

Black with #F06EFA

Text Example


Text Example

White with #F06EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06EFA; }

 p { color: rgb(240,110,250); }

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

background-color css

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

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

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

border-color css

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

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

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