Html Css Color HEX #F06BFF Ultra Pink

📋 copy color: '#F06BFF'

red 240 ◦ green 107 ◦ blue 255

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

Shades of Ultra Pink #F06BFF

Tints of Ultra Pink #F06BFF

RGB

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

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

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

R = 39.87%
G = 17.77%
B = 42.36%

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

#F06BFF (or 0xF06BFF) is known color: Ultra Pink. HEX triplet: F0, 6B and FF. RGB value is (240,107,255). Sum of RGB (Red+Green+Blue) = 240+107+255=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 107 (42.19% from 255 or 17.77% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #F06BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BFF is #0F9400. Grayscale: #A3A3A3. Windows color (decimal): -1020929 or 16739312. OLE color: 16739312.

HSL color Cylindrical-coordinate representation of color #F06BFF: hue angle of 293.92º 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 #F06BFF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 107 255 -
CMYK 0.06 0.58 0 0
HSL 293.92º 1% 0.71% -
HSV(B) 293.92º 0.58% 1% -
XYZ 59.24 36.26 98.48 -
YUV 163.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 240 107 255 0.06 0.58 0 0 293.92 1 0.71
Hex F0 6B FF 6 3A 0 0 126 64 47
Octal 360 153 377 6 72 0 0 446 144 107
Binary 11110000 1101011 11111111 110 111010 0 0 100100110 1100100 1000111

Color Harmonies of #F06BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BFF

Black with #F06BFF

Text Example


Text Example

White with #F06BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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