Html Css Color HEX #F275AD Hot Pink

📋 copy color: '#F275AD'

red 242 ◦ green 117 ◦ blue 173

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

Shades of Hot Pink #F275AD

Tints of Hot Pink #F275AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.99%

 BLUE value IS 173 (67.97% from 255) = 32.52%

R = 45.49%
G = 21.99%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F275AD (or 0xF275AD) is known color: Hot Pink. HEX triplet: F2, 75 and AD. RGB value is (242,117,173). Sum of RGB (Red+Green+Blue) = 242+117+173=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F275AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F275AD is #0D8A52. Grayscale: #A0A0A0. Windows color (decimal): -887379 or 11367922. OLE color: 11367922.

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

Color convert

RGB 242 117 173 -
CMYK 0 0.52 0.29 0.05
HSL 333.12º 0.83% 0.7% -
HSV(B) 333.12º 0.52% 0.95% -
XYZ 50.52 34.62 43.55 -
YUV 160.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 242 117 173 0 0.52 0.29 0.05 333.12 0.83 0.7
Hex F2 75 AD 0 34 1D 5 14D 53 46
Octal 362 165 255 0 64 35 5 515 123 106
Binary 11110010 1110101 10101101 0 110100 11101 101 101001101 1010011 1000110

Color Harmonies of #F275AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275AD

Black with #F275AD

Text Example


Text Example

White with #F275AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275AD; }

 p { color: rgb(242,117,173); }

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

background-color css

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

 a { background-color: rgb(242,117,173); }

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

border-color css

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

 span { border-color: rgb(242,117,173); }

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