Html Css Color HEX #F26ABB Hot Pink

📋 copy color: '#F26ABB'

red 242 ◦ green 106 ◦ blue 187

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

Shades of Hot Pink #F26ABB

Tints of Hot Pink #F26ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.81%

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 45.23%
G = 19.81%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F26ABB (or 0xF26ABB) is known color: Hot Pink. HEX triplet: F2, 6A and BB. RGB value is (242,106,187). Sum of RGB (Red+Green+Blue) = 242+106+187=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F26ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26ABB is #0D9544. Grayscale: #9B9B9B. Windows color (decimal): -890181 or 12282610. OLE color: 12282610.

HSL color Cylindrical-coordinate representation of color #F26ABB: hue angle of 324.26º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26ABB is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 106 187 -
CMYK 0 0.56 0.23 0.05
HSL 324.26º 0.84% 0.68% -
HSV(B) 324.26º 0.56% 0.95% -
XYZ 50.74 32.77 50.67 -
YUV 155.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 242 106 187 0 0.56 0.23 0.05 324.26 0.84 0.68
Hex F2 6A BB 0 38 17 5 144 54 44
Octal 362 152 273 0 70 27 5 504 124 104
Binary 11110010 1101010 10111011 0 111000 10111 101 101000100 1010100 1000100

Color Harmonies of #F26ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26ABB

Black with #F26ABB

Text Example


Text Example

White with #F26ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26ABB; }

 p { color: rgb(242,106,187); }

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

background-color css

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

 a { background-color: rgb(242,106,187); }

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

border-color css

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

 span { border-color: rgb(242,106,187); }

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