Html Css Color HEX #F072FA Ultra Pink

📋 copy color: '#F072FA'

red 240 ◦ green 114 ◦ blue 250

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

Shades of Ultra Pink #F072FA

Tints of Ultra Pink #F072FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 18.87%

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

R = 39.74%
G = 18.87%
B = 41.39%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F072FA (or 0xF072FA) is known color: Ultra Pink. HEX triplet: F0, 72 and FA. RGB value is (240,114,250). Sum of RGB (Red+Green+Blue) = 240+114+250=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 114 (44.92% from 255 or 18.87% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #F072FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F072FA is #0F8D05. Grayscale: #A6A6A6. Windows color (decimal): -1019142 or 16413424. OLE color: 16413424.

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

Color convert

RGB 240 114 250 -
CMYK 0.04 0.54 0 0.02
HSL 295.59º 0.93% 0.71% -
HSV(B) 295.59º 0.54% 0.98% -
XYZ 59.21 37.46 94.55 -
YUV 167.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 240 114 250 0.04 0.54 0 0.02 295.59 0.93 0.71
Hex F0 72 FA 4 36 0 2 128 5D 47
Octal 360 162 372 4 66 0 2 450 135 107
Binary 11110000 1110010 11111010 100 110110 0 10 100101000 1011101 1000111

Color Harmonies of #F072FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F072FA

Black with #F072FA

Text Example


Text Example

White with #F072FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F072FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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