Html Css Color HEX #F06BFE Ultra Pink

📋 copy color: '#F06BFE'

red 240 ◦ green 107 ◦ blue 254

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

Shades of Ultra Pink #F06BFE

Tints of Ultra Pink #F06BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.8%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 39.93%
G = 17.8%
B = 42.26%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F06BFE (or 0xF06BFE) is known color: Ultra Pink. HEX triplet: F0, 6B and FE. RGB value is (240,107,254). Sum of RGB (Red+Green+Blue) = 240+107+254=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 107 (42.19% from 255 or 17.80% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #F06BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BFE is #0F9401. Grayscale: #A3A3A3. Windows color (decimal): -1020930 or 16673776. OLE color: 16673776.

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

Color convert

RGB 240 107 254 -
CMYK 0.06 0.58 0 0.00
HSL 294.29º 0.99% 0.71% -
HSV(B) 294.29º 0.58% 1% -
XYZ 59.08 36.2 97.64 -
YUV 163.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 240 107 254 0.06 0.58 0 0.00 294.29 0.99 0.71
Hex F0 6B FE 6 3A 0 0 126 63 47
Octal 360 153 376 6 72 0 0 446 143 107
Binary 11110000 1101011 11111110 110 111010 0 0 100100110 1100011 1000111

Color Harmonies of #F06BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BFE

Black with #F06BFE

Text Example


Text Example

White with #F06BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BFE; }

 p { color: rgb(240,107,254); }

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

background-color css

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

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

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

border-color css

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

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

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