Html Css Color HEX #F371FA Ultra Pink

📋 copy color: '#F371FA'

red 243 ◦ green 113 ◦ blue 250

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

Shades of Ultra Pink #F371FA

Tints of Ultra Pink #F371FA

RGB

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

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

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

R = 40.1%
G = 18.65%
B = 41.25%

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

#F371FA (or 0xF371FA) is known color: Ultra Pink. HEX triplet: F3, 71 and FA. RGB value is (243,113,250). Sum of RGB (Red+Green+Blue) = 243+113+250=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 113 (44.53% from 255 or 18.65% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #F371FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F371FA is #0C8E05. Grayscale: #A7A7A7. Windows color (decimal): -822790 or 16413171. OLE color: 16413171.

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

Color convert

RGB 243 113 250 -
CMYK 0.03 0.55 0 0.02
HSL 296.93º 0.93% 0.71% -
HSV(B) 296.93º 0.55% 0.98% -
XYZ 60.12 37.77 94.56 -
YUV 167.49 174.57 181.86 -
System Red Green Blue C M Y K H S L
Decimal 243 113 250 0.03 0.55 0 0.02 296.93 0.93 0.71
Hex F3 71 FA 3 37 0 2 129 5D 47
Octal 363 161 372 3 67 0 2 451 135 107
Binary 11110011 1110001 11111010 11 110111 0 10 100101001 1011101 1000111

Color Harmonies of #F371FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F371FA

Black with #F371FA

Text Example


Text Example

White with #F371FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F371FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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