Html Css Color HEX #F06FFD Ultra Pink

📋 copy color: '#F06FFD'

red 240 ◦ green 111 ◦ blue 253

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

Shades of Ultra Pink #F06FFD

Tints of Ultra Pink #F06FFD

RGB

 RED value IS 240 (94.14% from 255) = 39.74%

 GREEN value IS 111 (43.75% from 255) = 18.38%

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 39.74%
G = 18.38%
B = 41.89%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F06FFD (or 0xF06FFD) is known color: Ultra Pink. HEX triplet: F0, 6F and FD. RGB value is (240,111,253). Sum of RGB (Red+Green+Blue) = 240+111+253=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 111 (43.75% from 255 or 18.38% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #F06FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FFD is #0F9002. Grayscale: #A5A5A5. Windows color (decimal): -1019907 or 16609264. OLE color: 16609264.

HSL color Cylindrical-coordinate representation of color #F06FFD: hue angle of 294.51º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06FFD is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 111 253 -
CMYK 0.05 0.56 0 0.01
HSL 294.51º 0.97% 0.71% -
HSV(B) 294.51º 0.56% 0.99% -
XYZ 59.35 36.99 96.94 -
YUV 165.76 177.24 180.95 -
System Red Green Blue C M Y K H S L
Decimal 240 111 253 0.05 0.56 0 0.01 294.51 0.97 0.71
Hex F0 6F FD 5 38 0 1 127 61 47
Octal 360 157 375 5 70 0 1 447 141 107
Binary 11110000 1101111 11111101 101 111000 0 1 100100111 1100001 1000111

Color Harmonies of #F06FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FFD

Black with #F06FFD

Text Example


Text Example

White with #F06FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FFD; }

 p { color: rgb(240,111,253); }

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

background-color css

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

 a { background-color: rgb(240,111,253); }

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

border-color css

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

 span { border-color: rgb(240,111,253); }

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