Html Css Color HEX #F574B4 Hot Pink

📋 copy color: '#F574B4'

red 245 ◦ green 116 ◦ blue 180

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

Shades of Hot Pink #F574B4

Tints of Hot Pink #F574B4

RGB

 RED value IS 245 (96.09% from 255) = 45.29%

 GREEN value IS 116 (45.7% from 255) = 21.44%

 BLUE value IS 180 (70.7% from 255) = 33.27%

R = 45.29%
G = 21.44%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F574B4 (or 0xF574B4) is known color: Hot Pink. HEX triplet: F5, 74 and B4. RGB value is (245,116,180). Sum of RGB (Red+Green+Blue) = 245+116+180=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F574B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574B4 is #0A8B4B. Grayscale: #A1A1A1. Windows color (decimal): -691020 or 11826421. OLE color: 11826421.

HSL color Cylindrical-coordinate representation of color #F574B4: hue angle of 330.23º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F574B4 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 116 180 -
CMYK 0 0.53 0.27 0.04
HSL 330.23º 0.87% 0.71% -
HSV(B) 330.23º 0.53% 0.96% -
XYZ 52.14 35.2 47.23 -
YUV 161.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 245 116 180 0 0.53 0.27 0.04 330.23 0.87 0.71
Hex F5 74 B4 0 35 1B 4 14A 57 47
Octal 365 164 264 0 65 33 4 512 127 107
Binary 11110101 1110100 10110100 0 110101 11011 100 101001010 1010111 1000111

Color Harmonies of #F574B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574B4

Black with #F574B4

Text Example


Text Example

White with #F574B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574B4; }

 p { color: rgb(245,116,180); }

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

background-color css

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

 a { background-color: rgb(245,116,180); }

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

border-color css

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

 span { border-color: rgb(245,116,180); }

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