Html Css Color HEX #F35EFD Pink Flamingo

📋 copy color: '#F35EFD'

red 243 ◦ green 94 ◦ blue 253

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

Shades of Pink Flamingo #F35EFD

Tints of Pink Flamingo #F35EFD

RGB

 RED value IS 243 (95.31% from 255) = 41.19%

 GREEN value IS 94 (37.11% from 255) = 15.93%

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

R = 41.19%
G = 15.93%
B = 42.88%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F35EFD (or 0xF35EFD) is known color: Pink Flamingo. HEX triplet: F3, 5E and FD. RGB value is (243,94,253). Sum of RGB (Red+Green+Blue) = 243+94+253=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 94 (37.11% from 255 or 15.93% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #F35EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35EFD is #0CA102. Grayscale: #9C9C9C. Windows color (decimal): -827651 or 16604915. OLE color: 16604915.

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

Color convert

RGB 243 94 253 -
CMYK 0.04 0.63 0 0.01
HSL 296.23º 0.98% 0.68% -
HSV(B) 296.23º 0.63% 0.99% -
XYZ 58.69 34.15 96.43 -
YUV 156.68 182.36 189.57 -
System Red Green Blue C M Y K H S L
Decimal 243 94 253 0.04 0.63 0 0.01 296.23 0.98 0.68
Hex F3 5E FD 4 3F 0 1 128 62 44
Octal 363 136 375 4 77 0 1 450 142 104
Binary 11110011 1011110 11111101 100 111111 0 1 100101000 1100010 1000100

Color Harmonies of #F35EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35EFD

Black with #F35EFD

Text Example


Text Example

White with #F35EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35EFD; }

 p { color: rgb(243,94,253); }

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

background-color css

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

 a { background-color: rgb(243,94,253); }

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

border-color css

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

 span { border-color: rgb(243,94,253); }

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