Html Css Color HEX #F471FE Ultra Pink

📋 copy color: '#F471FE'

red 244 ◦ green 113 ◦ blue 254

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

Shades of Ultra Pink #F471FE

Tints of Ultra Pink #F471FE

RGB

 RED value IS 244 (95.7% from 255) = 39.93%

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

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 39.93%
G = 18.49%
B = 41.57%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F471FE (or 0xF471FE) is known color: Ultra Pink. HEX triplet: F4, 71 and FE. RGB value is (244,113,254). Sum of RGB (Red+Green+Blue) = 244+113+254=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 113 (44.53% from 255 or 18.49% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #F471FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F471FE is #0B8E01. Grayscale: #A7A7A7. Windows color (decimal): -757250 or 16675316. OLE color: 16675316.

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

Color convert

RGB 244 113 254 -
CMYK 0.04 0.56 0 0.00
HSL 295.74º 0.99% 0.72% -
HSV(B) 295.74º 0.56% 1% -
XYZ 61.1 38.2 97.92 -
YUV 168.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 244 113 254 0.04 0.56 0 0.00 295.74 0.99 0.72
Hex F4 71 FE 4 38 0 0 128 63 48
Octal 364 161 376 4 70 0 0 450 143 110
Binary 11110100 1110001 11111110 100 111000 0 0 100101000 1100011 1001000

Color Harmonies of #F471FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F471FE

Black with #F471FE

Text Example


Text Example

White with #F471FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F471FE; }

 p { color: rgb(244,113,254); }

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

background-color css

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

 a { background-color: rgb(244,113,254); }

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

border-color css

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

 span { border-color: rgb(244,113,254); }

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