Html Css Color HEX #F273CC Neon Pink

📋 copy color: '#F273CC'

red 242 ◦ green 115 ◦ blue 204

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

Shades of Neon Pink #F273CC

Tints of Neon Pink #F273CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.5%

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 43.14%
G = 20.5%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F273CC (or 0xF273CC) is known color: Neon Pink. HEX triplet: F2, 73 and CC. RGB value is (242,115,204). Sum of RGB (Red+Green+Blue) = 242+115+204=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F273CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273CC is #0D8C33. Grayscale: #A2A2A2. Windows color (decimal): -887860 or 13399026. OLE color: 13399026.

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

Color convert

RGB 242 115 204 -
CMYK 0 0.52 0.16 0.05
HSL 317.95º 0.83% 0.7% -
HSV(B) 317.95º 0.52% 0.95% -
XYZ 53.65 35.5 61.15 -
YUV 163.12 151.08 184.26 -
System Red Green Blue C M Y K H S L
Decimal 242 115 204 0 0.52 0.16 0.05 317.95 0.83 0.7
Hex F2 73 CC 0 34 10 5 13E 53 46
Octal 362 163 314 0 64 20 5 476 123 106
Binary 11110010 1110011 11001100 0 110100 10000 101 100111110 1010011 1000110

Color Harmonies of #F273CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273CC

Black with #F273CC

Text Example


Text Example

White with #F273CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273CC; }

 p { color: rgb(242,115,204); }

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

background-color css

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

 a { background-color: rgb(242,115,204); }

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

border-color css

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

 span { border-color: rgb(242,115,204); }

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