Html Css Color HEX #F74BFB Pink Flamingo

📋 copy color: '#F74BFB'

red 247 ◦ green 75 ◦ blue 251

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

Shades of Pink Flamingo #F74BFB

Tints of Pink Flamingo #F74BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.09%

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 43.11%
G = 13.09%
B = 43.8%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F74BFB (or 0xF74BFB) is known color: Pink Flamingo. HEX triplet: F7, 4B and FB. RGB value is (247,75,251). Sum of RGB (Red+Green+Blue) = 247+75+251=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 75 (29.69% from 255 or 13.09% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #F74BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74BFB is #08B404. Grayscale: #919191. Windows color (decimal): -570373 or 16468983. OLE color: 16468983.

HSL color Cylindrical-coordinate representation of color #F74BFB: hue angle of 298.64º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74BFB is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 75 251 -
CMYK 0.02 0.70 0 0.02
HSL 298.64º 0.96% 0.64% -
HSV(B) 298.64º 0.7% 0.98% -
XYZ 58.29 31.77 94.33 -
YUV 146.49 186.98 199.69 -
System Red Green Blue C M Y K H S L
Decimal 247 75 251 0.02 0.70 0 0.02 298.64 0.96 0.64
Hex F7 4B FB 2 46 0 2 12B 60 40
Octal 367 113 373 2 106 0 2 453 140 100
Binary 11110111 1001011 11111011 10 1000110 0 10 100101011 1100000 1000000

Color Harmonies of #F74BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74BFB

Black with #F74BFB

Text Example


Text Example

White with #F74BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74BFB; }

 p { color: rgb(247,75,251); }

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

background-color css

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

 a { background-color: rgb(247,75,251); }

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

border-color css

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

 span { border-color: rgb(247,75,251); }

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