Html Css Color HEX #F06BF8 Ultra Pink

📋 copy color: '#F06BF8'

red 240 ◦ green 107 ◦ blue 248

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

Shades of Ultra Pink #F06BF8

Tints of Ultra Pink #F06BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.68%

R = 40.34%
G = 17.98%
B = 41.68%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F06BF8 (or 0xF06BF8) is known color: Ultra Pink. HEX triplet: F0, 6B and F8. RGB value is (240,107,248). Sum of RGB (Red+Green+Blue) = 240+107+248=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #F06BF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06BF8 is #0F9407. Grayscale: #A2A2A2. Windows color (decimal): -1020936 or 16280560. OLE color: 16280560.

HSL color Cylindrical-coordinate representation of color #F06BF8: hue angle of 296.6º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06BF8 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 107 248 -
CMYK 0.03 0.57 0 0.03
HSL 296.6º 0.91% 0.7% -
HSV(B) 296.6º 0.57% 0.97% -
XYZ 58.14 35.82 92.66 -
YUV 162.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 240 107 248 0.03 0.57 0 0.03 296.6 0.91 0.7
Hex F0 6B F8 3 39 0 3 129 5B 46
Octal 360 153 370 3 71 0 3 451 133 106
Binary 11110000 1101011 11111000 11 111001 0 11 100101001 1011011 1000110

Color Harmonies of #F06BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BF8

Black with #F06BF8

Text Example


Text Example

White with #F06BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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