Html Css Color HEX #F070FB Ultra Pink

📋 copy color: '#F070FB'

red 240 ◦ green 112 ◦ blue 251

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

Shades of Ultra Pink #F070FB

Tints of Ultra Pink #F070FB

RGB

 RED value IS 240 (94.14% from 255) = 39.8%

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

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

R = 39.8%
G = 18.57%
B = 41.63%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F070FB (or 0xF070FB) is known color: Ultra Pink. HEX triplet: F0, 70 and FB. RGB value is (240,112,251). Sum of RGB (Red+Green+Blue) = 240+112+251=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 112 (44.14% from 255 or 18.57% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #F070FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070FB is #0F8F04. Grayscale: #A5A5A5. Windows color (decimal): -1019653 or 16478448. OLE color: 16478448.

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

Color convert

RGB 240 112 251 -
CMYK 0.04 0.55 0 0.02
HSL 295.25º 0.95% 0.71% -
HSV(B) 295.25º 0.55% 0.98% -
XYZ 59.14 37.08 95.31 -
YUV 166.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 240 112 251 0.04 0.55 0 0.02 295.25 0.95 0.71
Hex F0 70 FB 4 37 0 2 127 5F 47
Octal 360 160 373 4 67 0 2 447 137 107
Binary 11110000 1110000 11111011 100 110111 0 10 100100111 1011111 1000111

Color Harmonies of #F070FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070FB

Black with #F070FB

Text Example


Text Example

White with #F070FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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