Html Css Color HEX #F37DBB Persian Pink

📋 copy color: '#F37DBB'

red 243 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #F37DBB

Tints of Persian Pink #F37DBB

RGB

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

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

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

R = 43.78%
G = 22.52%
B = 33.69%

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

#F37DBB (or 0xF37DBB) is known color: Persian Pink. HEX triplet: F3, 7D and BB. RGB value is (243,125,187). Sum of RGB (Red+Green+Blue) = 243+125+187=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DBB is #0C8244. Grayscale: #A7A7A7. Windows color (decimal): -819781 or 12287475. OLE color: 12287475.

HSL color Cylindrical-coordinate representation of color #F37DBB: hue angle of 328.47º 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 #F37DBB is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 125 187 -
CMYK 0 0.49 0.23 0.05
HSL 328.47º 0.83% 0.72% -
HSV(B) 328.47º 0.49% 0.95% -
XYZ 53.27 37.31 51.41 -
YUV 167.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 243 125 187 0 0.49 0.23 0.05 328.47 0.83 0.72
Hex F3 7D BB 0 31 17 5 148 53 48
Octal 363 175 273 0 61 27 5 510 123 110
Binary 11110011 1111101 10111011 0 110001 10111 101 101001000 1010011 1001000

Color Harmonies of #F37DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DBB

Black with #F37DBB

Text Example


Text Example

White with #F37DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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