Html Css Color HEX #F270B0 Hot Pink

📋 copy color: '#F270B0'

red 242 ◦ green 112 ◦ blue 176

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

Shades of Hot Pink #F270B0

Tints of Hot Pink #F270B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.21%

R = 45.66%
G = 21.13%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F270B0 (or 0xF270B0) is known color: Hot Pink. HEX triplet: F2, 70 and B0. RGB value is (242,112,176). Sum of RGB (Red+Green+Blue) = 242+112+176=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F270B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F270B0 is #0D8F4F. Grayscale: #9E9E9E. Windows color (decimal): -888656 or 11563250. OLE color: 11563250.

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

Color convert

RGB 242 112 176 -
CMYK 0 0.54 0.27 0.05
HSL 330.46º 0.83% 0.69% -
HSV(B) 330.46º 0.54% 0.95% -
XYZ 50.25 33.6 44.91 -
YUV 158.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 242 112 176 0 0.54 0.27 0.05 330.46 0.83 0.69
Hex F2 70 B0 0 36 1B 5 14A 53 45
Octal 362 160 260 0 66 33 5 512 123 105
Binary 11110010 1110000 10110000 0 110110 11011 101 101001010 1010011 1000101

Color Harmonies of #F270B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F270B0

Black with #F270B0

Text Example


Text Example

White with #F270B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F270B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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