Html Css Color HEX #F274BD Persian Pink

📋 copy color: '#F274BD'

red 242 ◦ green 116 ◦ blue 189

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

Shades of Persian Pink #F274BD

Tints of Persian Pink #F274BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.21%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 44.24%
G = 21.21%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F274BD (or 0xF274BD) is known color: Persian Pink. HEX triplet: F2, 74 and BD. RGB value is (242,116,189). Sum of RGB (Red+Green+Blue) = 242+116+189=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F274BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274BD is #0D8B42. Grayscale: #A1A1A1. Windows color (decimal): -887619 or 12416242. OLE color: 12416242.

HSL color Cylindrical-coordinate representation of color #F274BD: hue angle of 325.24º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274BD is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 116 189 -
CMYK 0 0.52 0.22 0.05
HSL 325.24º 0.83% 0.7% -
HSV(B) 325.24º 0.52% 0.95% -
XYZ 52.05 35.04 52.16 -
YUV 162 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 242 116 189 0 0.52 0.22 0.05 325.24 0.83 0.7
Hex F2 74 BD 0 34 16 5 145 53 46
Octal 362 164 275 0 64 26 5 505 123 106
Binary 11110010 1110100 10111101 0 110100 10110 101 101000101 1010011 1000110

Color Harmonies of #F274BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F274BD

Black with #F274BD

Text Example


Text Example

White with #F274BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F274BD; }

 p { color: rgb(242,116,189); }

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

background-color css

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

 a { background-color: rgb(242,116,189); }

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

border-color css

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

 span { border-color: rgb(242,116,189); }

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