Html Css Color HEX #F382B4 Persian Pink

📋 copy color: '#F382B4'

red 243 ◦ green 130 ◦ blue 180

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

Shades of Persian Pink #F382B4

Tints of Persian Pink #F382B4

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.51%

 BLUE value IS 180 (70.7% from 255) = 32.55%

R = 43.94%
G = 23.51%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F382B4 (or 0xF382B4) is known color: Persian Pink. HEX triplet: F3, 82 and B4. RGB value is (243,130,180). Sum of RGB (Red+Green+Blue) = 243+130+180=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F382B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382B4 is #0C7D4B. Grayscale: #A9A9A9. Windows color (decimal): -818508 or 11830003. OLE color: 11830003.

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

Color convert

RGB 243 130 180 -
CMYK 0 0.47 0.26 0.05
HSL 333.45º 0.82% 0.73% -
HSV(B) 333.45º 0.47% 0.95% -
XYZ 53.18 38.32 47.77 -
YUV 169.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 243 130 180 0 0.47 0.26 0.05 333.45 0.82 0.73
Hex F3 82 B4 0 2F 1A 5 14D 52 49
Octal 363 202 264 0 57 32 5 515 122 111
Binary 11110011 10000010 10110100 0 101111 11010 101 101001101 1010010 1001001

Color Harmonies of #F382B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382B4

Black with #F382B4

Text Example


Text Example

White with #F382B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382B4; }

 p { color: rgb(243,130,180); }

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

background-color css

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

 a { background-color: rgb(243,130,180); }

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

border-color css

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

 span { border-color: rgb(243,130,180); }

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