Html Css Color HEX #F434FD Pink Flamingo

📋 copy color: '#F434FD'

red 244 ◦ green 52 ◦ blue 253

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

Shades of Pink Flamingo #F434FD

Tints of Pink Flamingo #F434FD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.47%

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 44.44%
G = 9.47%
B = 46.08%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F434FD (or 0xF434FD) is known color: Pink Flamingo. HEX triplet: F4, 34 and FD. RGB value is (244,52,253). Sum of RGB (Red+Green+Blue) = 244+52+253=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 52 (20.70% from 255 or 9.47% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #F434FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F434FD is #0BCB02. Grayscale: #838383. Windows color (decimal): -772867 or 16594164. OLE color: 16594164.

HSL color Cylindrical-coordinate representation of color #F434FD: hue angle of 297.31º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F434FD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 52 253 -
CMYK 0.04 0.79 0 0.01
HSL 297.31º 0.98% 0.6% -
HSV(B) 297.31º 0.79% 0.99% -
XYZ 56.27 28.78 95.52 -
YUV 132.32 196.11 207.66 -
System Red Green Blue C M Y K H S L
Decimal 244 52 253 0.04 0.79 0 0.01 297.31 0.98 0.6
Hex F4 34 FD 4 4F 0 1 129 62 3C
Octal 364 64 375 4 117 0 1 451 142 74
Binary 11110100 110100 11111101 100 1001111 0 1 100101001 1100010 111100

Color Harmonies of #F434FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F434FD

Black with #F434FD

Text Example


Text Example

White with #F434FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F434FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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