Html Css Color HEX #F258AF Brilliant Rose

📋 copy color: '#F258AF'

red 242 ◦ green 88 ◦ blue 175

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

Shades of Brilliant Rose #F258AF

Tints of Brilliant Rose #F258AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.43%

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

R = 47.92%
G = 17.43%
B = 34.65%

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

#F258AF (or 0xF258AF) is known color: Brilliant Rose. HEX triplet: F2, 58 and AF. RGB value is (242,88,175). Sum of RGB (Red+Green+Blue) = 242+88+175=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F258AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F258AF is #0DA750. Grayscale: #8F8F8F. Windows color (decimal): -894801 or 11491570. OLE color: 11491570.

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

Color convert

RGB 242 88 175 -
CMYK 0 0.64 0.28 0.05
HSL 326.1º 0.86% 0.65% -
HSV(B) 326.1º 0.64% 0.95% -
XYZ 47.85 28.95 43.62 -
YUV 143.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 242 88 175 0 0.64 0.28 0.05 326.1 0.86 0.65
Hex F2 58 AF 0 40 1C 5 146 56 41
Octal 362 130 257 0 100 34 5 506 126 101
Binary 11110010 1011000 10101111 0 1000000 11100 101 101000110 1010110 1000001

Color Harmonies of #F258AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258AF

Black with #F258AF

Text Example


Text Example

White with #F258AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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