Html Css Color HEX #F27BC4 Persian Pink

📋 copy color: '#F27BC4'

red 242 ◦ green 123 ◦ blue 196

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

Shades of Persian Pink #F27BC4

Tints of Persian Pink #F27BC4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

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

R = 43.14%
G = 21.93%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F27BC4 (or 0xF27BC4) is known color: Persian Pink. HEX triplet: F2, 7B and C4. RGB value is (242,123,196). Sum of RGB (Red+Green+Blue) = 242+123+196=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BC4 is #0D843B. Grayscale: #A6A6A6. Windows color (decimal): -885820 or 12876786. OLE color: 12876786.

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

Color convert

RGB 242 123 196 -
CMYK 0 0.49 0.19 0.05
HSL 323.19º 0.82% 0.72% -
HSV(B) 323.19º 0.49% 0.95% -
XYZ 53.66 37.03 56.54 -
YUV 166.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 242 123 196 0 0.49 0.19 0.05 323.19 0.82 0.72
Hex F2 7B C4 0 31 13 5 143 52 48
Octal 362 173 304 0 61 23 5 503 122 110
Binary 11110010 1111011 11000100 0 110001 10011 101 101000011 1010010 1001000

Color Harmonies of #F27BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27BC4

Black with #F27BC4

Text Example


Text Example

White with #F27BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27BC4; }

 p { color: rgb(242,123,196); }

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

background-color css

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

 a { background-color: rgb(242,123,196); }

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

border-color css

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

 span { border-color: rgb(242,123,196); }

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