Html Css Color HEX #F453FF Pink Flamingo

📋 copy color: '#F453FF'

red 244 ◦ green 83 ◦ blue 255

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

Shades of Pink Flamingo #F453FF

Tints of Pink Flamingo #F453FF

RGB

 RED value IS 244 (95.7% from 255) = 41.92%

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 41.92%
G = 14.26%
B = 43.81%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F453FF (or 0xF453FF) is known color: Pink Flamingo. HEX triplet: F4, 53 and FF. RGB value is (244,83,255). Sum of RGB (Red+Green+Blue) = 244+83+255=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 83 (32.81% from 255 or 14.26% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #F453FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F453FF is #0BAC00. Grayscale: #969696. Windows color (decimal): -764929 or 16733172. OLE color: 16733172.

HSL color Cylindrical-coordinate representation of color #F453FF: hue angle of 296.16º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F453FF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 244 83 255 -
CMYK 0.04 0.67 0 0
HSL 296.16º 1% 0.66% -
HSV(B) 296.16º 0.67% 1% -
XYZ 58.45 32.64 97.83 -
YUV 150.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 244 83 255 0.04 0.67 0 0 296.16 1 0.66
Hex F4 53 FF 4 43 0 0 128 64 42
Octal 364 123 377 4 103 0 0 450 144 102
Binary 11110100 1010011 11111111 100 1000011 0 0 100101000 1100100 1000010

Color Harmonies of #F453FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F453FF

Black with #F453FF

Text Example


Text Example

White with #F453FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F453FF; }

 p { color: rgb(244,83,255); }

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

background-color css

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

 a { background-color: rgb(244,83,255); }

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

border-color css

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

 span { border-color: rgb(244,83,255); }

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