Html Css Color HEX #F385B9 Persian Pink

📋 copy color: '#F385B9'

red 243 ◦ green 133 ◦ blue 185

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

Shades of Persian Pink #F385B9

Tints of Persian Pink #F385B9

RGB

 RED value IS 243 (95.31% from 255) = 43.32%

 GREEN value IS 133 (52.34% from 255) = 23.71%

 BLUE value IS 185 (72.66% from 255) = 32.98%

R = 43.32%
G = 23.71%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F385B9 (or 0xF385B9) is known color: Persian Pink. HEX triplet: F3, 85 and B9. RGB value is (243,133,185). Sum of RGB (Red+Green+Blue) = 243+133+185=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F385B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385B9 is #0C7A46. Grayscale: #ABABAB. Windows color (decimal): -817735 or 12158451. OLE color: 12158451.

HSL color Cylindrical-coordinate representation of color #F385B9: hue angle of 331.64º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385B9 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 133 185 -
CMYK 0 0.45 0.24 0.05
HSL 331.64º 0.82% 0.74% -
HSV(B) 331.64º 0.45% 0.95% -
XYZ 54.11 39.33 50.64 -
YUV 171.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 243 133 185 0 0.45 0.24 0.05 331.64 0.82 0.74
Hex F3 85 B9 0 2D 18 5 14C 52 4A
Octal 363 205 271 0 55 30 5 514 122 112
Binary 11110011 10000101 10111001 0 101101 11000 101 101001100 1010010 1001010

Color Harmonies of #F385B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385B9

Black with #F385B9

Text Example


Text Example

White with #F385B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385B9; }

 p { color: rgb(243,133,185); }

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

background-color css

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

 a { background-color: rgb(243,133,185); }

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

border-color css

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

 span { border-color: rgb(243,133,185); }

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