Html Css Color HEX #F275B8 Persian Pink

📋 copy color: '#F275B8'

red 242 ◦ green 117 ◦ blue 184

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

Shades of Persian Pink #F275B8

Tints of Persian Pink #F275B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.89%

R = 44.57%
G = 21.55%
B = 33.89%

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

#F275B8 (or 0xF275B8) is known color: Persian Pink. HEX triplet: F2, 75 and B8. RGB value is (242,117,184). Sum of RGB (Red+Green+Blue) = 242+117+184=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F275B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275B8 is #0D8A47. Grayscale: #A1A1A1. Windows color (decimal): -887368 or 12088818. OLE color: 12088818.

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

Color convert

RGB 242 117 184 -
CMYK 0 0.52 0.24 0.05
HSL 327.84º 0.83% 0.7% -
HSV(B) 327.84º 0.52% 0.95% -
XYZ 51.63 35.06 49.39 -
YUV 162.01 140.41 185.05 -
System Red Green Blue C M Y K H S L
Decimal 242 117 184 0 0.52 0.24 0.05 327.84 0.83 0.7
Hex F2 75 B8 0 34 18 5 148 53 46
Octal 362 165 270 0 64 30 5 510 123 106
Binary 11110010 1110101 10111000 0 110100 11000 101 101001000 1010011 1000110

Color Harmonies of #F275B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275B8

Black with #F275B8

Text Example


Text Example

White with #F275B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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