Html Css Color HEX #F970FB Ultra Pink

📋 copy color: '#F970FB'

red 249 ◦ green 112 ◦ blue 251

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

Shades of Ultra Pink #F970FB

Tints of Ultra Pink #F970FB

RGB

 RED value IS 249 (97.66% from 255) = 40.69%

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

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

R = 40.69%
G = 18.3%
B = 41.01%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F970FB (or 0xF970FB) is known color: Ultra Pink. HEX triplet: F9, 70 and FB. RGB value is (249,112,251). Sum of RGB (Red+Green+Blue) = 249+112+251=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 112 (44.14% from 255 or 18.30% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #F970FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F970FB is #068F04. Grayscale: #A8A8A8. Windows color (decimal): -429829 or 16478457. OLE color: 16478457.

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

Color convert

RGB 249 112 251 -
CMYK 0.01 0.55 0 0.02
HSL 299.14º 0.95% 0.71% -
HSV(B) 299.14º 0.55% 0.98% -
XYZ 62.27 38.69 95.45 -
YUV 168.81 174.39 185.2 -
System Red Green Blue C M Y K H S L
Decimal 249 112 251 0.01 0.55 0 0.02 299.14 0.95 0.71
Hex F9 70 FB 1 37 0 2 12B 5F 47
Octal 371 160 373 1 67 0 2 453 137 107
Binary 11111001 1110000 11111011 1 110111 0 10 100101011 1011111 1000111

Color Harmonies of #F970FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970FB

Black with #F970FB

Text Example


Text Example

White with #F970FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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