Html Css Color HEX #F35BED Pink Flamingo

📋 copy color: '#F35BED'

red 243 ◦ green 91 ◦ blue 237

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

Shades of Pink Flamingo #F35BED

Tints of Pink Flamingo #F35BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.94%

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 42.56%
G = 15.94%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F35BED (or 0xF35BED) is known color: Pink Flamingo. HEX triplet: F3, 5B and ED. RGB value is (243,91,237). Sum of RGB (Red+Green+Blue) = 243+91+237=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 91 (35.94% from 255 or 15.94% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F35BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35BED is #0CA412. Grayscale: #989898. Windows color (decimal): -828435 or 15555571. OLE color: 15555571.

HSL color Cylindrical-coordinate representation of color #F35BED: hue angle of 302.37º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35BED is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 91 237 -
CMYK 0 0.63 0.02 0.05
HSL 302.37º 0.86% 0.65% -
HSV(B) 302.37º 0.63% 0.95% -
XYZ 55.99 32.65 83.47 -
YUV 153.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 243 91 237 0 0.63 0.02 0.05 302.37 0.86 0.65
Hex F3 5B ED 0 3F 2 5 12E 56 41
Octal 363 133 355 0 77 2 5 456 126 101
Binary 11110011 1011011 11101101 0 111111 10 101 100101110 1010110 1000001

Color Harmonies of #F35BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35BED

Black with #F35BED

Text Example


Text Example

White with #F35BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35BED; }

 p { color: rgb(243,91,237); }

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

background-color css

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

 a { background-color: rgb(243,91,237); }

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

border-color css

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

 span { border-color: rgb(243,91,237); }

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