Html Css Color HEX #F67DBB Persian Pink

📋 copy color: '#F67DBB'

red 246 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #F67DBB

Tints of Persian Pink #F67DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.4%

 BLUE value IS 187 (73.44% from 255) = 33.51%

R = 44.09%
G = 22.4%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F67DBB (or 0xF67DBB) is known color: Persian Pink. HEX triplet: F6, 7D and BB. RGB value is (246,125,187). Sum of RGB (Red+Green+Blue) = 246+125+187=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DBB is #098244. Grayscale: #A8A8A8. Windows color (decimal): -623173 or 12287478. OLE color: 12287478.

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

Color convert

RGB 246 125 187 -
CMYK 0 0.49 0.24 0.04
HSL 329.26º 0.87% 0.73% -
HSV(B) 329.26º 0.49% 0.96% -
XYZ 54.31 37.85 51.46 -
YUV 168.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 246 125 187 0 0.49 0.24 0.04 329.26 0.87 0.73
Hex F6 7D BB 0 31 18 4 149 57 49
Octal 366 175 273 0 61 30 4 511 127 111
Binary 11110110 1111101 10111011 0 110001 11000 100 101001001 1010111 1001001

Color Harmonies of #F67DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67DBB

Black with #F67DBB

Text Example


Text Example

White with #F67DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67DBB; }

 p { color: rgb(246,125,187); }

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

background-color css

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

 a { background-color: rgb(246,125,187); }

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

border-color css

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

 span { border-color: rgb(246,125,187); }

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