Html Css Color HEX #F274B6 Persian Pink

📋 copy color: '#F274B6'

red 242 ◦ green 116 ◦ blue 182

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

Shades of Persian Pink #F274B6

Tints of Persian Pink #F274B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.7%

R = 44.81%
G = 21.48%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F274B6 (or 0xF274B6) is known color: Persian Pink. HEX triplet: F2, 74 and B6. RGB value is (242,116,182). Sum of RGB (Red+Green+Blue) = 242+116+182=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F274B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274B6 is #0D8B49. Grayscale: #A1A1A1. Windows color (decimal): -887626 or 11957490. OLE color: 11957490.

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

Color convert

RGB 242 116 182 -
CMYK 0 0.52 0.25 0.05
HSL 328.57º 0.83% 0.7% -
HSV(B) 328.57º 0.52% 0.95% -
XYZ 51.31 34.75 48.26 -
YUV 161.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 242 116 182 0 0.52 0.25 0.05 328.57 0.83 0.7
Hex F2 74 B6 0 34 19 5 149 53 46
Octal 362 164 266 0 64 31 5 511 123 106
Binary 11110010 1110100 10110110 0 110100 11001 101 101001001 1010011 1000110

Color Harmonies of #F274B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F274B6

Black with #F274B6

Text Example


Text Example

White with #F274B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F274B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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