Html Css Color HEX #F278C2 Persian Pink

📋 copy color: '#F278C2'

red 242 ◦ green 120 ◦ blue 194

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

Shades of Persian Pink #F278C2

Tints of Persian Pink #F278C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.89%

R = 43.53%
G = 21.58%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F278C2 (or 0xF278C2) is known color: Persian Pink. HEX triplet: F2, 78 and C2. RGB value is (242,120,194). Sum of RGB (Red+Green+Blue) = 242+120+194=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F278C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278C2 is #0D873D. Grayscale: #A4A4A4. Windows color (decimal): -886590 or 12744946. OLE color: 12744946.

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

Color convert

RGB 242 120 194 -
CMYK 0 0.50 0.20 0.05
HSL 323.61º 0.82% 0.71% -
HSV(B) 323.61º 0.5% 0.95% -
XYZ 53.07 36.21 55.23 -
YUV 164.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 242 120 194 0 0.50 0.20 0.05 323.61 0.82 0.71
Hex F2 78 C2 0 32 14 5 144 52 47
Octal 362 170 302 0 62 24 5 504 122 107
Binary 11110010 1111000 11000010 0 110010 10100 101 101000100 1010010 1000111

Color Harmonies of #F278C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F278C2

Black with #F278C2

Text Example


Text Example

White with #F278C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F278C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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