Html Css Color HEX #F06FFE Ultra Pink

📋 copy color: '#F06FFE'

red 240 ◦ green 111 ◦ blue 254

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

Shades of Ultra Pink #F06FFE

Tints of Ultra Pink #F06FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.35%

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

R = 39.67%
G = 18.35%
B = 41.98%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F06FFE (or 0xF06FFE) is known color: Ultra Pink. HEX triplet: F0, 6F and FE. RGB value is (240,111,254). Sum of RGB (Red+Green+Blue) = 240+111+254=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 111 (43.75% from 255 or 18.35% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #F06FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FFE is #0F9001. Grayscale: #A5A5A5. Windows color (decimal): -1019906 or 16674800. OLE color: 16674800.

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

Color convert

RGB 240 111 254 -
CMYK 0.06 0.56 0 0.00
HSL 294.13º 0.99% 0.72% -
HSV(B) 294.13º 0.56% 1% -
XYZ 59.51 37.05 97.78 -
YUV 165.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 240 111 254 0.06 0.56 0 0.00 294.13 0.99 0.72
Hex F0 6F FE 6 38 0 0 126 63 48
Octal 360 157 376 6 70 0 0 446 143 110
Binary 11110000 1101111 11111110 110 111000 0 0 100100110 1100011 1001000

Color Harmonies of #F06FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FFE

Black with #F06FFE

Text Example


Text Example

White with #F06FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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