Html Css Color HEX #F370F2 Ultra Pink

📋 copy color: '#F370F2'

red 243 ◦ green 112 ◦ blue 242

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

Shades of Ultra Pink #F370F2

Tints of Ultra Pink #F370F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.54%

R = 40.7%
G = 18.76%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F370F2 (or 0xF370F2) is known color: Ultra Pink. HEX triplet: F3, 70 and F2. RGB value is (243,112,242). Sum of RGB (Red+Green+Blue) = 243+112+242=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 112 (44.14% from 255 or 18.76% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F370F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370F2 is #0C8F0D. Grayscale: #A5A5A5. Windows color (decimal): -823054 or 15888627. OLE color: 15888627.

HSL color Cylindrical-coordinate representation of color #F370F2: hue angle of 300.46º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370F2 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 112 242 -
CMYK 0 0.54 0.00 0.05
HSL 300.46º 0.85% 0.7% -
HSV(B) 300.46º 0.54% 0.95% -
XYZ 58.78 37.05 88.06 -
YUV 165.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 243 112 242 0 0.54 0.00 0.05 300.46 0.85 0.7
Hex F3 70 F2 0 36 0 5 12C 55 46
Octal 363 160 362 0 66 0 5 454 125 106
Binary 11110011 1110000 11110010 0 110110 0 101 100101100 1010101 1000110

Color Harmonies of #F370F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370F2

Black with #F370F2

Text Example


Text Example

White with #F370F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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