Html Css Color HEX #F68BB8 Persian Pink

📋 copy color: '#F68BB8'

red 246 ◦ green 139 ◦ blue 184

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

Shades of Persian Pink #F68BB8

Tints of Persian Pink #F68BB8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.43%

 BLUE value IS 184 (72.27% from 255) = 32.34%

R = 43.23%
G = 24.43%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F68BB8 (or 0xF68BB8) is known color: Persian Pink. HEX triplet: F6, 8B and B8. RGB value is (246,139,184). Sum of RGB (Red+Green+Blue) = 246+139+184=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BB8 is #097447. Grayscale: #B0B0B0. Windows color (decimal): -619592 or 12094454. OLE color: 12094454.

HSL color Cylindrical-coordinate representation of color #F68BB8: hue angle of 334.77º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BB8 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 139 184 -
CMYK 0 0.43 0.25 0.04
HSL 334.77º 0.86% 0.75% -
HSV(B) 334.77º 0.43% 0.96% -
XYZ 55.89 41.52 50.42 -
YUV 176.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 246 139 184 0 0.43 0.25 0.04 334.77 0.86 0.75
Hex F6 8B B8 0 2B 19 4 14F 56 4B
Octal 366 213 270 0 53 31 4 517 126 113
Binary 11110110 10001011 10111000 0 101011 11001 100 101001111 1010110 1001011

Color Harmonies of #F68BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68BB8

Black with #F68BB8

Text Example


Text Example

White with #F68BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68BB8; }

 p { color: rgb(246,139,184); }

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

background-color css

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

 a { background-color: rgb(246,139,184); }

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

border-color css

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

 span { border-color: rgb(246,139,184); }

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