Html Css Color HEX #F371FE Ultra Pink

📋 copy color: '#F371FE'

red 243 ◦ green 113 ◦ blue 254

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

Shades of Ultra Pink #F371FE

Tints of Ultra Pink #F371FE

RGB

 RED value IS 243 (95.31% from 255) = 39.84%

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

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

R = 39.84%
G = 18.52%
B = 41.64%

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

#F371FE (or 0xF371FE) is known color: Ultra Pink. HEX triplet: F3, 71 and FE. RGB value is (243,113,254). Sum of RGB (Red+Green+Blue) = 243+113+254=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 113 (44.53% from 255 or 18.52% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #F371FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F371FE is #0C8E01. Grayscale: #A7A7A7. Windows color (decimal): -822786 or 16675315. OLE color: 16675315.

HSL color Cylindrical-coordinate representation of color #F371FE: hue angle of 295.32º 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 #F371FE is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 113 254 -
CMYK 0.04 0.56 0 0.00
HSL 295.32º 0.99% 0.72% -
HSV(B) 295.32º 0.56% 1% -
XYZ 60.76 38.02 97.9 -
YUV 167.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 243 113 254 0.04 0.56 0 0.00 295.32 0.99 0.72
Hex F3 71 FE 4 38 0 0 127 63 48
Octal 363 161 376 4 70 0 0 447 143 110
Binary 11110011 1110001 11111110 100 111000 0 0 100100111 1100011 1001000

Color Harmonies of #F371FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F371FE

Black with #F371FE

Text Example


Text Example

White with #F371FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F371FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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