Html Css Color HEX #F256AF Brilliant Rose

📋 copy color: '#F256AF'

red 242 ◦ green 86 ◦ blue 175

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

Shades of Brilliant Rose #F256AF

Tints of Brilliant Rose #F256AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.1%

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

R = 48.11%
G = 17.1%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F256AF (or 0xF256AF) is known color: Brilliant Rose. HEX triplet: F2, 56 and AF. RGB value is (242,86,175). Sum of RGB (Red+Green+Blue) = 242+86+175=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F256AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F256AF is #0DA950. Grayscale: #8E8E8E. Windows color (decimal): -895313 or 11491058. OLE color: 11491058.

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

Color convert

RGB 242 86 175 -
CMYK 0 0.64 0.28 0.05
HSL 325.77º 0.86% 0.64% -
HSV(B) 325.77º 0.64% 0.95% -
XYZ 47.68 28.63 43.57 -
YUV 142.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 242 86 175 0 0.64 0.28 0.05 325.77 0.86 0.64
Hex F2 56 AF 0 40 1C 5 146 56 40
Octal 362 126 257 0 100 34 5 506 126 100
Binary 11110010 1010110 10101111 0 1000000 11100 101 101000110 1010110 1000000

Color Harmonies of #F256AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256AF

Black with #F256AF

Text Example


Text Example

White with #F256AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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