Html Css Color HEX #F257AF Brilliant Rose

📋 copy color: '#F257AF'

red 242 ◦ green 87 ◦ blue 175

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

Shades of Brilliant Rose #F257AF

Tints of Brilliant Rose #F257AF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.26%

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

R = 48.02%
G = 17.26%
B = 34.72%

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

#F257AF (or 0xF257AF) is known color: Brilliant Rose. HEX triplet: F2, 57 and AF. RGB value is (242,87,175). Sum of RGB (Red+Green+Blue) = 242+87+175=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F257AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F257AF is #0DA850. Grayscale: #8F8F8F. Windows color (decimal): -895057 or 11491314. OLE color: 11491314.

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

Color convert

RGB 242 87 175 -
CMYK 0 0.64 0.28 0.05
HSL 325.94º 0.86% 0.65% -
HSV(B) 325.94º 0.64% 0.95% -
XYZ 47.76 28.79 43.6 -
YUV 143.38 145.85 198.34 -
System Red Green Blue C M Y K H S L
Decimal 242 87 175 0 0.64 0.28 0.05 325.94 0.86 0.65
Hex F2 57 AF 0 40 1C 5 146 56 41
Octal 362 127 257 0 100 34 5 506 126 101
Binary 11110010 1010111 10101111 0 1000000 11100 101 101000110 1010110 1000001

Color Harmonies of #F257AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F257AF

Black with #F257AF

Text Example


Text Example

White with #F257AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F257AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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