Html Css Color HEX #F37DBA Persian Pink

📋 copy color: '#F37DBA'

red 243 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #F37DBA

Tints of Persian Pink #F37DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 43.86%
G = 22.56%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F37DBA (or 0xF37DBA) is known color: Persian Pink. HEX triplet: F3, 7D and BA. RGB value is (243,125,186). Sum of RGB (Red+Green+Blue) = 243+125+186=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DBA is #0C8245. Grayscale: #A7A7A7. Windows color (decimal): -819782 or 12221939. OLE color: 12221939.

HSL color Cylindrical-coordinate representation of color #F37DBA: hue angle of 328.98º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37DBA is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 125 186 -
CMYK 0 0.49 0.23 0.05
HSL 328.98º 0.83% 0.72% -
HSV(B) 328.98º 0.49% 0.95% -
XYZ 53.16 37.27 50.85 -
YUV 167.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 243 125 186 0 0.49 0.23 0.05 328.98 0.83 0.72
Hex F3 7D BA 0 31 17 5 149 53 48
Octal 363 175 272 0 61 27 5 511 123 110
Binary 11110011 1111101 10111010 0 110001 10111 101 101001001 1010011 1001000

Color Harmonies of #F37DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DBA

Black with #F37DBA

Text Example


Text Example

White with #F37DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DBA; }

 p { color: rgb(243,125,186); }

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

background-color css

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

 a { background-color: rgb(243,125,186); }

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

border-color css

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

 span { border-color: rgb(243,125,186); }

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