Html Css Color HEX #F265AF Hot Pink

📋 copy color: '#F265AF'

red 242 ◦ green 101 ◦ blue 175

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

Shades of Hot Pink #F265AF

Tints of Hot Pink #F265AF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.5%

 BLUE value IS 175 (68.75% from 255) = 33.78%

R = 46.72%
G = 19.5%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F265AF (or 0xF265AF) is known color: Hot Pink. HEX triplet: F2, 65 and AF. RGB value is (242,101,175). Sum of RGB (Red+Green+Blue) = 242+101+175=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F265AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F265AF is #0D9A50. Grayscale: #979797. Windows color (decimal): -891473 or 11494898. OLE color: 11494898.

HSL color Cylindrical-coordinate representation of color #F265AF: hue angle of 328.51º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265AF is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 101 175 -
CMYK 0 0.58 0.28 0.05
HSL 328.51º 0.84% 0.67% -
HSV(B) 328.51º 0.58% 0.95% -
XYZ 49.01 31.28 44.01 -
YUV 151.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 242 101 175 0 0.58 0.28 0.05 328.51 0.84 0.67
Hex F2 65 AF 0 3A 1C 5 149 54 43
Octal 362 145 257 0 72 34 5 511 124 103
Binary 11110010 1100101 10101111 0 111010 11100 101 101001001 1010100 1000011

Color Harmonies of #F265AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F265AF

Black with #F265AF

Text Example


Text Example

White with #F265AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F265AF; }

 p { color: rgb(242,101,175); }

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

background-color css

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

 a { background-color: rgb(242,101,175); }

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

border-color css

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

 span { border-color: rgb(242,101,175); }

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