Html Css Color HEX #F370FB Ultra Pink

📋 copy color: '#F370FB'

red 243 ◦ green 112 ◦ blue 251

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

Shades of Ultra Pink #F370FB

Tints of Ultra Pink #F370FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.42%

R = 40.1%
G = 18.48%
B = 41.42%

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

#F370FB (or 0xF370FB) is known color: Ultra Pink. HEX triplet: F3, 70 and FB. RGB value is (243,112,251). Sum of RGB (Red+Green+Blue) = 243+112+251=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 112 (44.14% from 255 or 18.48% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #F370FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370FB is #0C8F04. Grayscale: #A6A6A6. Windows color (decimal): -823045 or 16478451. OLE color: 16478451.

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

Color convert

RGB 243 112 251 -
CMYK 0.03 0.55 0 0.02
HSL 296.55º 0.95% 0.71% -
HSV(B) 296.55º 0.55% 0.98% -
XYZ 60.17 37.61 95.35 -
YUV 167.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 243 112 251 0.03 0.55 0 0.02 296.55 0.95 0.71
Hex F3 70 FB 3 37 0 2 129 5F 47
Octal 363 160 373 3 67 0 2 451 137 107
Binary 11110011 1110000 11111011 11 110111 0 10 100101001 1011111 1000111

Color Harmonies of #F370FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370FB

Black with #F370FB

Text Example


Text Example

White with #F370FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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