Html Css Color HEX #F06CFA Ultra Pink

📋 copy color: '#F06CFA'

red 240 ◦ green 108 ◦ blue 250

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

Shades of Ultra Pink #F06CFA

Tints of Ultra Pink #F06CFA

RGB

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

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

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

R = 40.13%
G = 18.06%
B = 41.81%

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

#F06CFA (or 0xF06CFA) is known color: Ultra Pink. HEX triplet: F0, 6C and FA. RGB value is (240,108,250). Sum of RGB (Red+Green+Blue) = 240+108+250=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 108 (42.58% from 255 or 18.06% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #F06CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CFA is #0F9305. Grayscale: #A3A3A3. Windows color (decimal): -1020678 or 16411888. OLE color: 16411888.

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

Color convert

RGB 240 108 250 -
CMYK 0.04 0.57 0 0.02
HSL 295.77º 0.93% 0.7% -
HSV(B) 295.77º 0.57% 0.98% -
XYZ 58.55 36.15 94.33 -
YUV 163.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 240 108 250 0.04 0.57 0 0.02 295.77 0.93 0.7
Hex F0 6C FA 4 39 0 2 128 5D 46
Octal 360 154 372 4 71 0 2 450 135 106
Binary 11110000 1101100 11111010 100 111001 0 10 100101000 1011101 1000110

Color Harmonies of #F06CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CFA

Black with #F06CFA

Text Example


Text Example

White with #F06CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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