Html Css Color HEX #F06FFB Ultra Pink

📋 copy color: '#F06FFB'

red 240 ◦ green 111 ◦ blue 251

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

Shades of Ultra Pink #F06FFB

Tints of Ultra Pink #F06FFB

RGB

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

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

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

R = 39.87%
G = 18.44%
B = 41.69%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F06FFB (or 0xF06FFB) is known color: Ultra Pink. HEX triplet: F0, 6F and FB. RGB value is (240,111,251). Sum of RGB (Red+Green+Blue) = 240+111+251=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 111 (43.75% from 255 or 18.44% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #F06FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FFB is #0F9004. Grayscale: #A5A5A5. Windows color (decimal): -1019909 or 16478192. OLE color: 16478192.

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

Color convert

RGB 240 111 251 -
CMYK 0.04 0.56 0 0.02
HSL 295.29º 0.95% 0.71% -
HSV(B) 295.29º 0.56% 0.98% -
XYZ 59.03 36.86 95.27 -
YUV 165.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 240 111 251 0.04 0.56 0 0.02 295.29 0.95 0.71
Hex F0 6F FB 4 38 0 2 127 5F 47
Octal 360 157 373 4 70 0 2 447 137 107
Binary 11110000 1101111 11111011 100 111000 0 10 100100111 1011111 1000111

Color Harmonies of #F06FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FFB

Black with #F06FFB

Text Example


Text Example

White with #F06FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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