Html Css Color HEX #F370F9 Ultra Pink

📋 copy color: '#F370F9'

red 243 ◦ green 112 ◦ blue 249

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

Shades of Ultra Pink #F370F9

Tints of Ultra Pink #F370F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.54%

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 40.23%
G = 18.54%
B = 41.23%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F370F9 (or 0xF370F9) is known color: Ultra Pink. HEX triplet: F3, 70 and F9. RGB value is (243,112,249). Sum of RGB (Red+Green+Blue) = 243+112+249=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 112 (44.14% from 255 or 18.54% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #F370F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370F9 is #0C8F06. Grayscale: #A6A6A6. Windows color (decimal): -823047 or 16347379. OLE color: 16347379.

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

Color convert

RGB 243 112 249 -
CMYK 0.02 0.55 0 0.02
HSL 297.37º 0.92% 0.71% -
HSV(B) 297.37º 0.55% 0.98% -
XYZ 59.86 37.48 93.7 -
YUV 166.79 174.4 182.36 -
System Red Green Blue C M Y K H S L
Decimal 243 112 249 0.02 0.55 0 0.02 297.37 0.92 0.71
Hex F3 70 F9 2 37 0 2 129 5C 47
Octal 363 160 371 2 67 0 2 451 134 107
Binary 11110011 1110000 11111001 10 110111 0 10 100101001 1011100 1000111

Color Harmonies of #F370F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370F9

Black with #F370F9

Text Example


Text Example

White with #F370F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370F9; }

 p { color: rgb(243,112,249); }

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

background-color css

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

 a { background-color: rgb(243,112,249); }

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

border-color css

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

 span { border-color: rgb(243,112,249); }

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