Html Css Color HEX #F471FB Ultra Pink

📋 copy color: '#F471FB'

red 244 ◦ green 113 ◦ blue 251

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

Shades of Ultra Pink #F471FB

Tints of Ultra Pink #F471FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.28%

R = 40.13%
G = 18.59%
B = 41.28%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F471FB (or 0xF471FB) is known color: Ultra Pink. HEX triplet: F4, 71 and FB. RGB value is (244,113,251). Sum of RGB (Red+Green+Blue) = 244+113+251=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 113 (44.53% from 255 or 18.59% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #F471FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F471FB is #0B8E04. Grayscale: #A7A7A7. Windows color (decimal): -757253 or 16478708. OLE color: 16478708.

HSL color Cylindrical-coordinate representation of color #F471FB: hue angle of 296.96º degrees, saturation: 0.95, 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 #F471FB is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 113 251 -
CMYK 0.03 0.55 0 0.02
HSL 296.96º 0.95% 0.71% -
HSV(B) 296.96º 0.55% 0.98% -
XYZ 60.63 38.01 95.41 -
YUV 167.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 244 113 251 0.03 0.55 0 0.02 296.96 0.95 0.71
Hex F4 71 FB 3 37 0 2 129 5F 47
Octal 364 161 373 3 67 0 2 451 137 107
Binary 11110100 1110001 11111011 11 110111 0 10 100101001 1011111 1000111

Color Harmonies of #F471FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F471FB

Black with #F471FB

Text Example


Text Example

White with #F471FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F471FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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