Html Css Color HEX #F071FF Ultra Pink

📋 copy color: '#F071FF'

red 240 ◦ green 113 ◦ blue 255

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

Shades of Ultra Pink #F071FF

Tints of Ultra Pink #F071FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.59%

 BLUE value IS 255 (100% from 255) = 41.94%

R = 39.47%
G = 18.59%
B = 41.94%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F071FF (or 0xF071FF) is known color: Ultra Pink. HEX triplet: F0, 71 and FF. RGB value is (240,113,255). Sum of RGB (Red+Green+Blue) = 240+113+255=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 113 (44.53% from 255 or 18.59% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #F071FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F071FF is #0F8E00. Grayscale: #A6A6A6. Windows color (decimal): -1019393 or 16740848. OLE color: 16740848.

HSL color Cylindrical-coordinate representation of color #F071FF: hue angle of 293.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F071FF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 113 255 -
CMYK 0.06 0.56 0 0
HSL 293.66º 1% 0.72% -
HSV(B) 293.66º 0.56% 1% -
XYZ 59.89 37.56 98.7 -
YUV 167.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 240 113 255 0.06 0.56 0 0 293.66 1 0.72
Hex F0 71 FF 6 38 0 0 126 64 48
Octal 360 161 377 6 70 0 0 446 144 110
Binary 11110000 1110001 11111111 110 111000 0 0 100100110 1100100 1001000

Color Harmonies of #F071FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071FF

Black with #F071FF

Text Example


Text Example

White with #F071FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071FF; }

 p { color: rgb(240,113,255); }

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

background-color css

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

 a { background-color: rgb(240,113,255); }

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

border-color css

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

 span { border-color: rgb(240,113,255); }

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