Html Css Color HEX #F070FA Ultra Pink

📋 copy color: '#F070FA'

red 240 ◦ green 112 ◦ blue 250

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

Shades of Ultra Pink #F070FA

Tints of Ultra Pink #F070FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.6%

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

R = 39.87%
G = 18.6%
B = 41.53%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F070FA (or 0xF070FA) is known color: Ultra Pink. HEX triplet: F0, 70 and FA. RGB value is (240,112,250). Sum of RGB (Red+Green+Blue) = 240+112+250=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 112 (44.14% from 255 or 18.60% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #F070FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070FA is #0F8F05. Grayscale: #A5A5A5. Windows color (decimal): -1019654 or 16412912. OLE color: 16412912.

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

Color convert

RGB 240 112 250 -
CMYK 0.04 0.55 0 0.02
HSL 295.65º 0.93% 0.71% -
HSV(B) 295.65º 0.55% 0.98% -
XYZ 58.98 37.02 94.48 -
YUV 166 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 240 112 250 0.04 0.55 0 0.02 295.65 0.93 0.71
Hex F0 70 FA 4 37 0 2 128 5D 47
Octal 360 160 372 4 67 0 2 450 135 107
Binary 11110000 1110000 11111010 100 110111 0 10 100101000 1011101 1000111

Color Harmonies of #F070FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070FA

Black with #F070FA

Text Example


Text Example

White with #F070FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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