Html Css Color HEX #F27DC3 Persian Pink

📋 copy color: '#F27DC3'

red 242 ◦ green 125 ◦ blue 195

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

Shades of Persian Pink #F27DC3

Tints of Persian Pink #F27DC3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.24%

 BLUE value IS 195 (76.56% from 255) = 34.7%

R = 43.06%
G = 22.24%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F27DC3 (or 0xF27DC3) is known color: Persian Pink. HEX triplet: F2, 7D and C3. RGB value is (242,125,195). Sum of RGB (Red+Green+Blue) = 242+125+195=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DC3 is #0D823C. Grayscale: #A7A7A7. Windows color (decimal): -885309 or 12811762. OLE color: 12811762.

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

Color convert

RGB 242 125 195 -
CMYK 0 0.48 0.19 0.05
HSL 324.1º 0.82% 0.72% -
HSV(B) 324.1º 0.48% 0.95% -
XYZ 53.8 37.48 56.03 -
YUV 167.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 242 125 195 0 0.48 0.19 0.05 324.1 0.82 0.72
Hex F2 7D C3 0 30 13 5 144 52 48
Octal 362 175 303 0 60 23 5 504 122 110
Binary 11110010 1111101 11000011 0 110000 10011 101 101000100 1010010 1001000

Color Harmonies of #F27DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27DC3

Black with #F27DC3

Text Example


Text Example

White with #F27DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27DC3; }

 p { color: rgb(242,125,195); }

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

background-color css

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

 a { background-color: rgb(242,125,195); }

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

border-color css

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

 span { border-color: rgb(242,125,195); }

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