Html Css Color HEX #F278C5 Persian Pink

📋 copy color: '#F278C5'

red 242 ◦ green 120 ◦ blue 197

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

Shades of Persian Pink #F278C5

Tints of Persian Pink #F278C5

RGB

 RED value IS 242 (94.92% from 255) = 43.29%

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

 BLUE value IS 197 (77.34% from 255) = 35.24%

R = 43.29%
G = 21.47%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F278C5 (or 0xF278C5) is known color: Persian Pink. HEX triplet: F2, 78 and C5. RGB value is (242,120,197). Sum of RGB (Red+Green+Blue) = 242+120+197=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F278C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278C5 is #0D873A. Grayscale: #A5A5A5. Windows color (decimal): -886587 or 12941554. OLE color: 12941554.

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

Color convert

RGB 242 120 197 -
CMYK 0 0.50 0.19 0.05
HSL 322.13º 0.82% 0.71% -
HSV(B) 322.13º 0.5% 0.95% -
XYZ 53.41 36.34 57.02 -
YUV 165.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 242 120 197 0 0.50 0.19 0.05 322.13 0.82 0.71
Hex F2 78 C5 0 32 13 5 142 52 47
Octal 362 170 305 0 62 23 5 502 122 107
Binary 11110010 1111000 11000101 0 110010 10011 101 101000010 1010010 1000111

Color Harmonies of #F278C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F278C5

Black with #F278C5

Text Example


Text Example

White with #F278C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F278C5; }

 p { color: rgb(242,120,197); }

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

background-color css

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

 a { background-color: rgb(242,120,197); }

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

border-color css

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

 span { border-color: rgb(242,120,197); }

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