Html Css Color HEX #F275B7 Persian Pink

📋 copy color: '#F275B7'

red 242 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #F275B7

Tints of Persian Pink #F275B7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.59%

 BLUE value IS 183 (71.88% from 255) = 33.76%

R = 44.65%
G = 21.59%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F275B7 (or 0xF275B7) is known color: Persian Pink. HEX triplet: F2, 75 and B7. RGB value is (242,117,183). Sum of RGB (Red+Green+Blue) = 242+117+183=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F275B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275B7 is #0D8A48. Grayscale: #A1A1A1. Windows color (decimal): -887369 or 12023282. OLE color: 12023282.

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

Color convert

RGB 242 117 183 -
CMYK 0 0.52 0.24 0.05
HSL 328.32º 0.83% 0.7% -
HSV(B) 328.32º 0.52% 0.95% -
XYZ 51.53 35.02 48.84 -
YUV 161.9 139.91 185.13 -
System Red Green Blue C M Y K H S L
Decimal 242 117 183 0 0.52 0.24 0.05 328.32 0.83 0.7
Hex F2 75 B7 0 34 18 5 148 53 46
Octal 362 165 267 0 64 30 5 510 123 106
Binary 11110010 1110101 10110111 0 110100 11000 101 101001000 1010011 1000110

Color Harmonies of #F275B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275B7

Black with #F275B7

Text Example


Text Example

White with #F275B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275B7; }

 p { color: rgb(242,117,183); }

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

background-color css

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

 a { background-color: rgb(242,117,183); }

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

border-color css

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

 span { border-color: rgb(242,117,183); }

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