Html Css Color HEX #F06CFB Ultra Pink

📋 copy color: '#F06CFB'

red 240 ◦ green 108 ◦ blue 251

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

Shades of Ultra Pink #F06CFB

Tints of Ultra Pink #F06CFB

RGB

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

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

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

R = 40.07%
G = 18.03%
B = 41.9%

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

#F06CFB (or 0xF06CFB) is known color: Ultra Pink. HEX triplet: F0, 6C and FB. RGB value is (240,108,251). Sum of RGB (Red+Green+Blue) = 240+108+251=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 108 (42.58% from 255 or 18.03% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #F06CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CFB is #0F9304. Grayscale: #A3A3A3. Windows color (decimal): -1020677 or 16477424. OLE color: 16477424.

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

Color convert

RGB 240 108 251 -
CMYK 0.04 0.57 0 0.02
HSL 295.38º 0.95% 0.7% -
HSV(B) 295.38º 0.57% 0.98% -
XYZ 58.71 36.22 95.16 -
YUV 163.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 240 108 251 0.04 0.57 0 0.02 295.38 0.95 0.7
Hex F0 6C FB 4 39 0 2 127 5F 46
Octal 360 154 373 4 71 0 2 447 137 106
Binary 11110000 1101100 11111011 100 111001 0 10 100100111 1011111 1000110

Color Harmonies of #F06CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CFB

Black with #F06CFB

Text Example


Text Example

White with #F06CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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