Html Css Color HEX #F378C4 Persian Pink

📋 copy color: '#F378C4'

red 243 ◦ green 120 ◦ blue 196

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

Shades of Persian Pink #F378C4

Tints of Persian Pink #F378C4

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.47%

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 43.47%
G = 21.47%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F378C4 (or 0xF378C4) is known color: Persian Pink. HEX triplet: F3, 78 and C4. RGB value is (243,120,196). Sum of RGB (Red+Green+Blue) = 243+120+196=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F378C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378C4 is #0C873B. Grayscale: #A5A5A5. Windows color (decimal): -821052 or 12876019. OLE color: 12876019.

HSL color Cylindrical-coordinate representation of color #F378C4: hue angle of 322.93º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F378C4 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 120 196 -
CMYK 0 0.51 0.19 0.05
HSL 322.93º 0.84% 0.71% -
HSV(B) 322.93º 0.51% 0.95% -
XYZ 53.64 36.47 56.44 -
YUV 165.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 243 120 196 0 0.51 0.19 0.05 322.93 0.84 0.71
Hex F3 78 C4 0 33 13 5 143 54 47
Octal 363 170 304 0 63 23 5 503 124 107
Binary 11110011 1111000 11000100 0 110011 10011 101 101000011 1010100 1000111

Color Harmonies of #F378C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F378C4

Black with #F378C4

Text Example


Text Example

White with #F378C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F378C4; }

 p { color: rgb(243,120,196); }

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

background-color css

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

 a { background-color: rgb(243,120,196); }

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

border-color css

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

 span { border-color: rgb(243,120,196); }

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