Html Css Color HEX #F06CFF Ultra Pink

📋 copy color: '#F06CFF'

red 240 ◦ green 108 ◦ blue 255

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

Shades of Ultra Pink #F06CFF

Tints of Ultra Pink #F06CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 17.91%

 BLUE value IS 255 (100% from 255) = 42.29%

R = 39.8%
G = 17.91%
B = 42.29%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F06CFF (or 0xF06CFF) is known color: Ultra Pink. HEX triplet: F0, 6C and FF. RGB value is (240,108,255). Sum of RGB (Red+Green+Blue) = 240+108+255=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 108 (42.58% from 255 or 17.91% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #F06CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CFF is #0F9300. Grayscale: #A3A3A3. Windows color (decimal): -1020673 or 16739568. OLE color: 16739568.

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

Color convert

RGB 240 108 255 -
CMYK 0.06 0.58 0 0
HSL 293.88º 1% 0.71% -
HSV(B) 293.88º 0.58% 1% -
XYZ 59.35 36.47 98.52 -
YUV 164.23 179.23 182.05 -
System Red Green Blue C M Y K H S L
Decimal 240 108 255 0.06 0.58 0 0 293.88 1 0.71
Hex F0 6C FF 6 3A 0 0 126 64 47
Octal 360 154 377 6 72 0 0 446 144 107
Binary 11110000 1101100 11111111 110 111010 0 0 100100110 1100100 1000111

Color Harmonies of #F06CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CFF

Black with #F06CFF

Text Example


Text Example

White with #F06CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CFF; }

 p { color: rgb(240,108,255); }

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

background-color css

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

 a { background-color: rgb(240,108,255); }

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

border-color css

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

 span { border-color: rgb(240,108,255); }

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