Html Css Color HEX #F06FFA Ultra Pink

📋 copy color: '#F06FFA'

red 240 ◦ green 111 ◦ blue 250

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

Shades of Ultra Pink #F06FFA

Tints of Ultra Pink #F06FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.6%

R = 39.93%
G = 18.47%
B = 41.6%

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

#F06FFA (or 0xF06FFA) is known color: Ultra Pink. HEX triplet: F0, 6F and FA. RGB value is (240,111,250). Sum of RGB (Red+Green+Blue) = 240+111+250=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 111 (43.75% from 255 or 18.47% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #F06FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FFA is #0F9005. Grayscale: #A4A4A4. Windows color (decimal): -1019910 or 16412656. OLE color: 16412656.

HSL color Cylindrical-coordinate representation of color #F06FFA: hue angle of 295.68º degrees, saturation: 0.93, 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 #F06FFA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 111 250 -
CMYK 0.04 0.56 0 0.02
HSL 295.68º 0.93% 0.71% -
HSV(B) 295.68º 0.56% 0.98% -
XYZ 58.87 36.8 94.44 -
YUV 165.42 175.74 181.2 -
System Red Green Blue C M Y K H S L
Decimal 240 111 250 0.04 0.56 0 0.02 295.68 0.93 0.71
Hex F0 6F FA 4 38 0 2 128 5D 47
Octal 360 157 372 4 70 0 2 450 135 107
Binary 11110000 1101111 11111010 100 111000 0 10 100101000 1011101 1000111

Color Harmonies of #F06FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FFA

Black with #F06FFA

Text Example


Text Example

White with #F06FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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