Html Css Color HEX #F74CF5 Pink Flamingo

📋 copy color: '#F74CF5'

red 247 ◦ green 76 ◦ blue 245

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

Shades of Pink Flamingo #F74CF5

Tints of Pink Flamingo #F74CF5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.38%

 BLUE value IS 245 (96.09% from 255) = 43.13%

R = 43.49%
G = 13.38%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F74CF5 (or 0xF74CF5) is known color: Pink Flamingo. HEX triplet: F7, 4C and F5. RGB value is (247,76,245). Sum of RGB (Red+Green+Blue) = 247+76+245=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 76 (30.08% from 255 or 13.38% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74CF5 is #08B30A. Grayscale: #919191. Windows color (decimal): -570123 or 16076023. OLE color: 16076023.

HSL color Cylindrical-coordinate representation of color #F74CF5: hue angle of 300.7º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74CF5 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 76 245 -
CMYK 0 0.69 0.01 0.03
HSL 300.7º 0.91% 0.63% -
HSV(B) 300.7º 0.69% 0.97% -
XYZ 57.42 31.54 89.45 -
YUV 146.4 183.65 199.76 -
System Red Green Blue C M Y K H S L
Decimal 247 76 245 0 0.69 0.01 0.03 300.7 0.91 0.63
Hex F7 4C F5 0 45 1 3 12D 5B 3F
Octal 367 114 365 0 105 1 3 455 133 77
Binary 11110111 1001100 11110101 0 1000101 1 11 100101101 1011011 111111

Color Harmonies of #F74CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74CF5

Black with #F74CF5

Text Example


Text Example

White with #F74CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74CF5; }

 p { color: rgb(247,76,245); }

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

background-color css

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

 a { background-color: rgb(247,76,245); }

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

border-color css

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

 span { border-color: rgb(247,76,245); }

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