Html Css Color HEX #F733FC Pink Flamingo

📋 copy color: '#F733FC'

red 247 ◦ green 51 ◦ blue 252

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

Shades of Pink Flamingo #F733FC

Tints of Pink Flamingo #F733FC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.27%

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

R = 44.91%
G = 9.27%
B = 45.82%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F733FC (or 0xF733FC) is known color: Pink Flamingo. HEX triplet: F7, 33 and FC. RGB value is (247,51,252). Sum of RGB (Red+Green+Blue) = 247+51+252=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 51 (20.31% from 255 or 9.27% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #F733FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F733FC is #08CC03. Grayscale: #838383. Windows color (decimal): -576516 or 16528375. OLE color: 16528375.

HSL color Cylindrical-coordinate representation of color #F733FC: hue angle of 298.51º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F733FC is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 51 252 -
CMYK 0.02 0.80 0 0.01
HSL 298.51º 0.97% 0.59% -
HSV(B) 298.51º 0.8% 0.99% -
XYZ 57.11 29.17 94.72 -
YUV 132.52 195.43 209.66 -
System Red Green Blue C M Y K H S L
Decimal 247 51 252 0.02 0.80 0 0.01 298.51 0.97 0.59
Hex F7 33 FC 2 50 0 1 12B 61 3B
Octal 367 63 374 2 120 0 1 453 141 73
Binary 11110111 110011 11111100 10 1010000 0 1 100101011 1100001 111011

Color Harmonies of #F733FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F733FC

Black with #F733FC

Text Example


Text Example

White with #F733FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F733FC; }

 p { color: rgb(247,51,252); }

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

background-color css

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

 a { background-color: rgb(247,51,252); }

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

border-color css

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

 span { border-color: rgb(247,51,252); }

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