Html Css Color HEX #F67BC3 Persian Pink

📋 copy color: '#F67BC3'

red 246 ◦ green 123 ◦ blue 195

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

Shades of Persian Pink #F67BC3

Tints of Persian Pink #F67BC3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.81%

 BLUE value IS 195 (76.56% from 255) = 34.57%

R = 43.62%
G = 21.81%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F67BC3 (or 0xF67BC3) is known color: Persian Pink. HEX triplet: F6, 7B and C3. RGB value is (246,123,195). Sum of RGB (Red+Green+Blue) = 246+123+195=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BC3 is #09843C. Grayscale: #A7A7A7. Windows color (decimal): -623677 or 12811254. OLE color: 12811254.

HSL color Cylindrical-coordinate representation of color #F67BC3: hue angle of 324.88º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67BC3 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 123 195 -
CMYK 0 0.50 0.21 0.04
HSL 324.88º 0.87% 0.72% -
HSV(B) 324.88º 0.5% 0.96% -
XYZ 54.94 37.7 56.01 -
YUV 167.99 143.25 183.65 -
System Red Green Blue C M Y K H S L
Decimal 246 123 195 0 0.50 0.21 0.04 324.88 0.87 0.72
Hex F6 7B C3 0 32 15 4 145 57 48
Octal 366 173 303 0 62 25 4 505 127 110
Binary 11110110 1111011 11000011 0 110010 10101 100 101000101 1010111 1001000

Color Harmonies of #F67BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67BC3

Black with #F67BC3

Text Example


Text Example

White with #F67BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67BC3; }

 p { color: rgb(246,123,195); }

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

background-color css

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

 a { background-color: rgb(246,123,195); }

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

border-color css

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

 span { border-color: rgb(246,123,195); }

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