Html Css Color HEX #F252BC Hot Pink

📋 copy color: '#F252BC'

red 242 ◦ green 82 ◦ blue 188

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

Shades of Hot Pink #F252BC

Tints of Hot Pink #F252BC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.02%

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 47.27%
G = 16.02%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F252BC (or 0xF252BC) is known color: Hot Pink. HEX triplet: F2, 52 and BC. RGB value is (242,82,188). Sum of RGB (Red+Green+Blue) = 242+82+188=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F252BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F252BC is #0DAD43. Grayscale: #8D8D8D. Windows color (decimal): -896324 or 12342002. OLE color: 12342002.

HSL color Cylindrical-coordinate representation of color #F252BC: hue angle of 320.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F252BC is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 82 188 -
CMYK 0 0.66 0.22 0.05
HSL 320.25º 0.86% 0.64% -
HSV(B) 320.25º 0.66% 0.95% -
XYZ 48.71 28.54 50.52 -
YUV 141.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 242 82 188 0 0.66 0.22 0.05 320.25 0.86 0.64
Hex F2 52 BC 0 42 16 5 140 56 40
Octal 362 122 274 0 102 26 5 500 126 100
Binary 11110010 1010010 10111100 0 1000010 10110 101 101000000 1010110 1000000

Color Harmonies of #F252BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F252BC

Black with #F252BC

Text Example


Text Example

White with #F252BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F252BC; }

 p { color: rgb(242,82,188); }

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

background-color css

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

 a { background-color: rgb(242,82,188); }

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

border-color css

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

 span { border-color: rgb(242,82,188); }

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