Html Css Color HEX #F275BC Persian Pink

📋 copy color: '#F275BC'

red 242 ◦ green 117 ◦ blue 188

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

Shades of Persian Pink #F275BC

Tints of Persian Pink #F275BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.37%

R = 44.24%
G = 21.39%
B = 34.37%

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

#F275BC (or 0xF275BC) is known color: Persian Pink. HEX triplet: F2, 75 and BC. RGB value is (242,117,188). Sum of RGB (Red+Green+Blue) = 242+117+188=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F275BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275BC is #0D8A43. Grayscale: #A2A2A2. Windows color (decimal): -887364 or 12350962. OLE color: 12350962.

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

Color convert

RGB 242 117 188 -
CMYK 0 0.52 0.22 0.05
HSL 325.92º 0.83% 0.7% -
HSV(B) 325.92º 0.52% 0.95% -
XYZ 52.06 35.23 51.63 -
YUV 162.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 242 117 188 0 0.52 0.22 0.05 325.92 0.83 0.7
Hex F2 75 BC 0 34 16 5 146 53 46
Octal 362 165 274 0 64 26 5 506 123 106
Binary 11110010 1110101 10111100 0 110100 10110 101 101000110 1010011 1000110

Color Harmonies of #F275BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275BC

Black with #F275BC

Text Example


Text Example

White with #F275BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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