Html Css Color HEX #F675C0 Persian Pink

📋 copy color: '#F675C0'

red 246 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #F675C0

Tints of Persian Pink #F675C0

RGB

 RED value IS 246 (96.48% from 255) = 44.32%

 GREEN value IS 117 (46.09% from 255) = 21.08%

 BLUE value IS 192 (75.39% from 255) = 34.59%

R = 44.32%
G = 21.08%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F675C0 (or 0xF675C0) is known color: Persian Pink. HEX triplet: F6, 75 and C0. RGB value is (246,117,192). Sum of RGB (Red+Green+Blue) = 246+117+192=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F675C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675C0 is #098A3F. Grayscale: #A3A3A3. Windows color (decimal): -625216 or 12613110. OLE color: 12613110.

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

Color convert

RGB 246 117 192 -
CMYK 0 0.52 0.22 0.04
HSL 325.12º 0.88% 0.71% -
HSV(B) 325.12º 0.52% 0.96% -
XYZ 53.88 36.12 54 -
YUV 164.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 246 117 192 0 0.52 0.22 0.04 325.12 0.88 0.71
Hex F6 75 C0 0 34 16 4 145 58 47
Octal 366 165 300 0 64 26 4 505 130 107
Binary 11110110 1110101 11000000 0 110100 10110 100 101000101 1011000 1000111

Color Harmonies of #F675C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F675C0

Black with #F675C0

Text Example


Text Example

White with #F675C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F675C0; }

 p { color: rgb(246,117,192); }

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

background-color css

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

 a { background-color: rgb(246,117,192); }

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

border-color css

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

 span { border-color: rgb(246,117,192); }

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