Html Css Color HEX #F270FB Ultra Pink

📋 copy color: '#F270FB'

red 242 ◦ green 112 ◦ blue 251

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

Shades of Ultra Pink #F270FB

Tints of Ultra Pink #F270FB

RGB

 RED value IS 242 (94.92% from 255) = 40%

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

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

R = 40%
G = 18.51%
B = 41.49%

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

#F270FB (or 0xF270FB) is known color: Ultra Pink. HEX triplet: F2, 70 and FB. RGB value is (242,112,251). Sum of RGB (Red+Green+Blue) = 242+112+251=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 112 (44.14% from 255 or 18.51% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #F270FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F270FB is #0D8F04. Grayscale: #A6A6A6. Windows color (decimal): -888581 or 16478450. OLE color: 16478450.

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

Color convert

RGB 242 112 251 -
CMYK 0.04 0.55 0 0.02
HSL 296.12º 0.95% 0.71% -
HSV(B) 296.12º 0.55% 0.98% -
XYZ 59.82 37.43 95.34 -
YUV 166.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 242 112 251 0.04 0.55 0 0.02 296.12 0.95 0.71
Hex F2 70 FB 4 37 0 2 128 5F 47
Octal 362 160 373 4 67 0 2 450 137 107
Binary 11110010 1110000 11111011 100 110111 0 10 100101000 1011111 1000111

Color Harmonies of #F270FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F270FB

Black with #F270FB

Text Example


Text Example

White with #F270FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F270FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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