Html Css Color HEX #F735FD Pink Flamingo

📋 copy color: '#F735FD'

red 247 ◦ green 53 ◦ blue 253

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

Shades of Pink Flamingo #F735FD

Tints of Pink Flamingo #F735FD

RGB

 RED value IS 247 (96.88% from 255) = 44.67%

 GREEN value IS 53 (21.09% from 255) = 9.58%

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

R = 44.67%
G = 9.58%
B = 45.75%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F735FD (or 0xF735FD) is known color: Pink Flamingo. HEX triplet: F7, 35 and FD. RGB value is (247,53,253). Sum of RGB (Red+Green+Blue) = 247+53+253=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 53 (21.09% from 255 or 9.58% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #F735FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F735FD is #08CA02. Grayscale: #858585. Windows color (decimal): -576003 or 16594423. OLE color: 16594423.

HSL color Cylindrical-coordinate representation of color #F735FD: hue angle of 298.2º 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 #F735FD is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 53 253 -
CMYK 0.02 0.79 0 0.01
HSL 298.2º 0.98% 0.6% -
HSV(B) 298.2º 0.79% 0.99% -
XYZ 57.36 29.41 95.58 -
YUV 133.81 195.27 208.74 -
System Red Green Blue C M Y K H S L
Decimal 247 53 253 0.02 0.79 0 0.01 298.2 0.98 0.6
Hex F7 35 FD 2 4F 0 1 12A 62 3C
Octal 367 65 375 2 117 0 1 452 142 74
Binary 11110111 110101 11111101 10 1001111 0 1 100101010 1100010 111100

Color Harmonies of #F735FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F735FD

Black with #F735FD

Text Example


Text Example

White with #F735FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F735FD; }

 p { color: rgb(247,53,253); }

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

background-color css

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

 a { background-color: rgb(247,53,253); }

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

border-color css

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

 span { border-color: rgb(247,53,253); }

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