Html Css Color HEX #F06EFB Ultra Pink

📋 copy color: '#F06EFB'

red 240 ◦ green 110 ◦ blue 251

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

Shades of Ultra Pink #F06EFB

Tints of Ultra Pink #F06EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 39.93%
G = 18.3%
B = 41.76%

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

#F06EFB (or 0xF06EFB) is known color: Ultra Pink. HEX triplet: F0, 6E and FB. RGB value is (240,110,251). Sum of RGB (Red+Green+Blue) = 240+110+251=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 110 (43.36% from 255 or 18.30% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #F06EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EFB is #0F9104. Grayscale: #A4A4A4. Windows color (decimal): -1020165 or 16477936. OLE color: 16477936.

HSL color Cylindrical-coordinate representation of color #F06EFB: hue angle of 295.32º degrees, saturation: 0.95, 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 #F06EFB is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 110 251 -
CMYK 0.04 0.56 0 0.02
HSL 295.32º 0.95% 0.71% -
HSV(B) 295.32º 0.56% 0.98% -
XYZ 58.92 36.64 95.23 -
YUV 164.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 240 110 251 0.04 0.56 0 0.02 295.32 0.95 0.71
Hex F0 6E FB 4 38 0 2 127 5F 47
Octal 360 156 373 4 70 0 2 447 137 107
Binary 11110000 1101110 11111011 100 111000 0 10 100100111 1011111 1000111

Color Harmonies of #F06EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06EFB

Black with #F06EFB

Text Example


Text Example

White with #F06EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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