Html Css Color HEX #F370F7 Ultra Pink

📋 copy color: '#F370F7'

red 243 ◦ green 112 ◦ blue 247

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

Shades of Ultra Pink #F370F7

Tints of Ultra Pink #F370F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.03%

R = 40.37%
G = 18.6%
B = 41.03%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F370F7 (or 0xF370F7) is known color: Ultra Pink. HEX triplet: F3, 70 and F7. RGB value is (243,112,247). Sum of RGB (Red+Green+Blue) = 243+112+247=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 112 (44.14% from 255 or 18.60% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #F370F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370F7 is #0C8F08. Grayscale: #A6A6A6. Windows color (decimal): -823049 or 16216307. OLE color: 16216307.

HSL color Cylindrical-coordinate representation of color #F370F7: hue angle of 298.22º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F370F7 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 243 112 247 -
CMYK 0.02 0.55 0 0.03
HSL 298.22º 0.89% 0.7% -
HSV(B) 298.22º 0.55% 0.97% -
XYZ 59.54 37.36 92.07 -
YUV 166.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 243 112 247 0.02 0.55 0 0.03 298.22 0.89 0.7
Hex F3 70 F7 2 37 0 3 12A 59 46
Octal 363 160 367 2 67 0 3 452 131 106
Binary 11110011 1110000 11110111 10 110111 0 11 100101010 1011001 1000110

Color Harmonies of #F370F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370F7

Black with #F370F7

Text Example


Text Example

White with #F370F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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