#F434FF

Color #F434FF Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F434FF

Tints of Pink Flamingo #F434FF

Color information

#F434FF (or 0xF434FF) is unknown color: approx Pink Flamingo. HEX triplet: F4, 34 and FF. RGB value is (244,52,255). Sum of RGB (Red+Green+Blue) = 244+52+255=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 52 (20.70% from 255 or 9.44% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #F434FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F434FF is #0BCB00. Grayscale: #838383. Windows color (decimal): -772865 or 16725236. OLE color: 16725236.

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

Color convert

RGB24452255-
CMYK0.040.8000
HSL296.75º100%60.2%-
HSV(B)296.75º79.61%100%-
XYZ56.5928.9197.21-
YUV132.55197.11207.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.28%
GREEN value IS 52 (20.70% from 255) = 9.44%
BLUE value IS 255 (100% from 255) = 46.28%
R=44.28%
G=9.44%
B=46.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal244522550.040.8000296.7510060.2
HexF434FF45000129643c
Octal3646437741200045114474
Binary11110100110100111111111001010000001001010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F434FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F434FF; }

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

 H1.HeaderClassName
 {
   color: #F434FF;
 }
 .AnyTagClassName
 {
   color: #F434FF;
 }
</style>
background-color css

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

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

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

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

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

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