Html Css Color HEX #F273D0 Neon Pink

📋 copy color: '#F273D0'

red 242 ◦ green 115 ◦ blue 208

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

Shades of Neon Pink #F273D0

Tints of Neon Pink #F273D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 42.83%
G = 20.35%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F273D0 (or 0xF273D0) is known color: Neon Pink. HEX triplet: F2, 73 and D0. RGB value is (242,115,208). Sum of RGB (Red+Green+Blue) = 242+115+208=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F273D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273D0 is #0D8C2F. Grayscale: #A3A3A3. Windows color (decimal): -887856 or 13661170. OLE color: 13661170.

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

Color convert

RGB 242 115 208 -
CMYK 0 0.52 0.14 0.05
HSL 316.06º 0.83% 0.7% -
HSV(B) 316.06º 0.52% 0.95% -
XYZ 54.13 35.69 63.71 -
YUV 163.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 242 115 208 0 0.52 0.14 0.05 316.06 0.83 0.7
Hex F2 73 D0 0 34 E 5 13C 53 46
Octal 362 163 320 0 64 16 5 474 123 106
Binary 11110010 1110011 11010000 0 110100 1110 101 100111100 1010011 1000110

Color Harmonies of #F273D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273D0

Black with #F273D0

Text Example


Text Example

White with #F273D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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