Html Css Color HEX #F253BB Hot Pink

📋 copy color: '#F253BB'

red 242 ◦ green 83 ◦ blue 187

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

Shades of Hot Pink #F253BB

Tints of Hot Pink #F253BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

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

R = 47.27%
G = 16.21%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F253BB (or 0xF253BB) is known color: Hot Pink. HEX triplet: F2, 53 and BB. RGB value is (242,83,187). Sum of RGB (Red+Green+Blue) = 242+83+187=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F253BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253BB is #0DAC44. Grayscale: #8E8E8E. Windows color (decimal): -896069 or 12276722. OLE color: 12276722.

HSL color Cylindrical-coordinate representation of color #F253BB: hue angle of 320.75º 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 #F253BB is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 83 187 -
CMYK 0 0.66 0.23 0.05
HSL 320.75º 0.86% 0.64% -
HSV(B) 320.75º 0.66% 0.95% -
XYZ 48.68 28.65 49.98 -
YUV 142.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 242 83 187 0 0.66 0.23 0.05 320.75 0.86 0.64
Hex F2 53 BB 0 42 17 5 141 56 40
Octal 362 123 273 0 102 27 5 501 126 100
Binary 11110010 1010011 10111011 0 1000010 10111 101 101000001 1010110 1000000

Color Harmonies of #F253BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253BB

Black with #F253BB

Text Example


Text Example

White with #F253BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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