Html Css Color HEX #F06DFB Ultra Pink

📋 copy color: '#F06DFB'

red 240 ◦ green 109 ◦ blue 251

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

Shades of Ultra Pink #F06DFB

Tints of Ultra Pink #F06DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.17%

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

R = 40%
G = 18.17%
B = 41.83%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F06DFB (or 0xF06DFB) is known color: Ultra Pink. HEX triplet: F0, 6D and FB. RGB value is (240,109,251). Sum of RGB (Red+Green+Blue) = 240+109+251=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 109 (42.97% from 255 or 18.17% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #F06DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DFB is #0F9204. Grayscale: #A3A3A3. Windows color (decimal): -1020421 or 16477680. OLE color: 16477680.

HSL color Cylindrical-coordinate representation of color #F06DFB: hue angle of 295.35º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06DFB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 109 251 -
CMYK 0.04 0.57 0 0.02
HSL 295.35º 0.95% 0.71% -
HSV(B) 295.35º 0.57% 0.98% -
XYZ 58.82 36.43 95.2 -
YUV 164.36 176.9 181.95 -
System Red Green Blue C M Y K H S L
Decimal 240 109 251 0.04 0.57 0 0.02 295.35 0.95 0.71
Hex F0 6D FB 4 39 0 2 127 5F 47
Octal 360 155 373 4 71 0 2 447 137 107
Binary 11110000 1101101 11111011 100 111001 0 10 100100111 1011111 1000111

Color Harmonies of #F06DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DFB

Black with #F06DFB

Text Example


Text Example

White with #F06DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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