Html Css Color HEX #F35CFC Pink Flamingo

📋 copy color: '#F35CFC'

red 243 ◦ green 92 ◦ blue 252

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

Shades of Pink Flamingo #F35CFC

Tints of Pink Flamingo #F35CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.67%

 BLUE value IS 252 (98.83% from 255) = 42.93%

R = 41.4%
G = 15.67%
B = 42.93%

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

#F35CFC (or 0xF35CFC) is known color: Pink Flamingo. HEX triplet: F3, 5C and FC. RGB value is (243,92,252). Sum of RGB (Red+Green+Blue) = 243+92+252=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 92 (36.33% from 255 or 15.67% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #F35CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35CFC is #0CA303. Grayscale: #9A9A9A. Windows color (decimal): -828164 or 16538867. OLE color: 16538867.

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

Color convert

RGB 243 92 252 -
CMYK 0.04 0.63 0 0.01
HSL 296.63º 0.96% 0.67% -
HSV(B) 296.63º 0.63% 0.99% -
XYZ 58.36 33.74 95.53 -
YUV 155.39 182.53 190.49 -
System Red Green Blue C M Y K H S L
Decimal 243 92 252 0.04 0.63 0 0.01 296.63 0.96 0.67
Hex F3 5C FC 4 3F 0 1 129 60 43
Octal 363 134 374 4 77 0 1 451 140 103
Binary 11110011 1011100 11111100 100 111111 0 1 100101001 1100000 1000011

Color Harmonies of #F35CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35CFC

Black with #F35CFC

Text Example


Text Example

White with #F35CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35CFC; }

 p { color: rgb(243,92,252); }

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

background-color css

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

 a { background-color: rgb(243,92,252); }

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

border-color css

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

 span { border-color: rgb(243,92,252); }

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